Skip to content

Commit

Permalink
Change to chmod 400
Browse files Browse the repository at this point in the history
  • Loading branch information
DouglasVDM committed Feb 13, 2024
1 parent 555cff3 commit 79c669c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ec2deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Set up SSH key
run: |
echo "${{ secrets.SSH_PRIVATE_KEY }}" > week2-keypair.pem
chmod 600 week2-keypair.pem
chmod 400 week2-keypair.pem
- name: Pull Docker image
run: |
Expand Down

0 comments on commit 79c669c

Please sign in to comment.