Skip to content

Commit

Permalink
ci/cd: add port on composer action
Browse files Browse the repository at this point in the history
  • Loading branch information
estafons committed Oct 3, 2024
1 parent d960926 commit 56542a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
uses: appleboy/[email protected]
with:
host: ${{ env.SERVER_HOSTNAME }}
port: 222
username: ${{ env.REMOTE_USER }}
key: ${{ secrets.SSH_KEY_STAGING_SERVER }}
script: |
Expand Down

0 comments on commit 56542a5

Please sign in to comment.