Skip to content

Commit

Permalink
Specify ssh port to deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill K. Smirnov <[email protected]>
  • Loading branch information
KirillSmirnov committed Aug 25, 2023
1 parent 9297cc4 commit 6de87d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_to_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
port: ${{ secrets.PORT }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSHKEY }}
script:

0 comments on commit 6de87d3

Please sign in to comment.