Skip to content

Commit

Permalink
feat : Update be-autodeploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeTH916 authored Jan 28, 2024
1 parent 1e9f6dc commit e1c62b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be-autodeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
mkdir -p ~/.ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa.pem
chmod 600 ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa.pem
- name: SSH Connection to EC2 Instance
run: |
Expand Down

0 comments on commit e1c62b6

Please sign in to comment.