Skip to content

Commit

Permalink
Fixed pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomansion committed Apr 7, 2024
1 parent 3d42170 commit 5797036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: ${{secrets.SSH_HOST}}
username: ${{secrets.SSH_USER}}
username: ${{secrets.SSH_USERNAME}}
password: ${{secrets.SSH_PASSWORD}}
port: ${{secrets.SSH_PORT}}
script: ${{secrets.SSH_PASSWORD}}

0 comments on commit 5797036

Please sign in to comment.