Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tufstraka authored May 30, 2024
1 parent c282695 commit 304d7cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Set up SSH
run: |
echo "$SSH_PRIVATE_KEY" > private_key.pem
cat private_key.pem
chmod 600 private_key.pem
- name: Pull changes and restart Nginx
Expand Down

0 comments on commit 304d7cb

Please sign in to comment.