Skip to content

Commit

Permalink
changed server.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadi38 committed Feb 13, 2024
1 parent 5cc14c2 commit f79c327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set permissions for private key

run: |
echo "${{ env.EC2_SSH_KEY }}" > serveraws.pem
echo "${{ secrets.EC2_SSH_KEY }}" > serveraws.pem
chmod 600 serveraws.pem
- name: Pull Docker image
run: |
Expand Down

0 comments on commit f79c327

Please sign in to comment.