Skip to content

Commit

Permalink
🚀 deploy config update
Browse files Browse the repository at this point in the history
Related:
  • Loading branch information
L-U-Ready committed Nov 11, 2024
1 parent 0518b08 commit d4f4753
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
- name: Create SSH Key Directory
run: mkdir -p ~/.ssh

- name: Create SSH Key File
run: |
echo "${{ secrets.EC2_SSH_KEY }}" > ~/.ssh/id_rsa
cat ~/.ssh/id_rsa # 디버그용: 키 파일 내용을 출력
chmod 600 ~/.ssh/id_rsa
- name: Create SSH Key File
run: |
echo "${{ secrets.EC2_SSH_KEY }}" > ~/.ssh/id_rsa
Expand Down

0 comments on commit d4f4753

Please sign in to comment.