Skip to content

Commit

Permalink
Password instead of key
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivixer committed Apr 26, 2024
1 parent 1ce1c38 commit 334ae6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
password: ${{ secrets.SSH_PASSWORD }}
port: ${{ secrets.SSH_PRIVATE_PORT }}
script: ./update-backend.sh

0 comments on commit 334ae6b

Please sign in to comment.