We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3688ef commit b887247Copy full SHA for b887247
.github/workflows/main.yml
@@ -15,6 +15,8 @@ jobs:
15
16
- name: Set up SSH key
17
run: |
18
+ # ~/.ssh 디렉토리 생성 (기본적으로 없을 수 있음)
19
+ mkdir -p ~/.ssh
20
# GitHub secrets에 저장된 PEM 파일을 생성
21
echo "${{ secrets.EC2_SSH_PEM }}" > ~/.ssh/ec2.pem
22
chmod 600 ~/.ssh/ec2.pem # SSH 키에 적절한 권한 부여
0 commit comments