Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
euandrelucas authored Mar 10, 2023
1 parent 129564d commit b2ebcf3
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 @@ -13,7 +13,7 @@ jobs:
with:
host: ${{ secrets.SSH_HOST }} # IP address of the server you wish to ssh into
port: ${{ secrets.SSH_PORT }} # Port of the server you wish to ssh into
password: ${{secrets.SSH_PASSWORD }} # Private or public key of the server
key: ${{secrets.SSH_PASSWORD }} # Private or public key of the server
username: ${{ secrets.SSH_USERNAME }} # User of the server you want to ssh into

script: |
Expand Down

0 comments on commit b2ebcf3

Please sign in to comment.