Skip to content

Commit

Permalink
fix(cicd): add ssh port to build step
Browse files Browse the repository at this point in the history
  • Loading branch information
ananyo141 committed Mar 10, 2024
1 parent b253acb commit c0687d8
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 @@ -28,6 +28,7 @@ jobs:
username: ${{ secrets.SSH_USER }}
password: ${{ secrets.PASSWORD }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
script: |
cd /video-sharing-platform
Expand Down

0 comments on commit c0687d8

Please sign in to comment.