Skip to content

Commit

Permalink
Update github repo package
Browse files Browse the repository at this point in the history
  • Loading branch information
underpostnet committed Nov 7, 2024
1 parent 8c86f45 commit 8feb95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# ssh port of the server
# port: # optional, default is 22
# user of the server
user: ${{ secrets.USERNAME }}
user: ${{ secrets.SSH_USERNAME }}
# private ssh key registered on the server
private_key: ${{ secrets.SSH_PASSWORD }}
# Fingerprint of the server, preventing man-in-the-middle attacks
Expand Down

0 comments on commit 8feb95c

Please sign in to comment.