Skip to content

Commit

Permalink
fix: add dev port to scp step in deploy_dev action
Browse files Browse the repository at this point in the history
  • Loading branch information
huGgW committed Nov 17, 2024
1 parent 709d7fb commit 731abc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
with:
host: ${{secrets.SSH_HOST_DEV}}
username: ${{secrets.SSH_USER}}
port: ${{secrets.SSH_PORT_DEV}}
key: ${{secrets.SSH_KEY}}
source: "docker-compose-backend.yml, .env"
target: "~/app"
Expand Down

0 comments on commit 731abc9

Please sign in to comment.