Skip to content

Commit

Permalink
πŸš€ chore: Add remote_port to production deployment configuration
Browse files Browse the repository at this point in the history
Due to my Nginx Proxy Manager forwarding SSH port to actual host

Signed-off-by: Kareem <[email protected]>
  • Loading branch information
kareemlukitomo committed Aug 2, 2024
1 parent 3d98a04 commit d3a6e93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ jobs:
path: public/
remote_path: ${{ secrets.DEPLOY_PATH }}
remote_host: ${{ secrets.DEPLOY_HOST }}
remote_port: ${{ secrets.DEPLOY_PORT }}
remote_user: ${{ secrets.DEPLOY_USER }}
remote_key: ${{ secrets.DEPLOY_KEY }}

0 comments on commit d3a6e93

Please sign in to comment.