Skip to content

Commit

Permalink
changing ssh port
Browse files Browse the repository at this point in the history
  • Loading branch information
hlafaille committed Dec 19, 2024
1 parent 708683e commit f5ce28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
name: frontend

- name: Acknowledge Host Key on Bastion
run: ssh -T -i ~/.ssh/bastion -o "StrictHostKeyChecking no" ${{secrets.BASTION_SSH_USER}}@${{secrets.BASTION_HOST}} -P 2222
run: ssh -T -i ~/.ssh/bastion -o "StrictHostKeyChecking no" -p 2222 ${{secrets.BASTION_SSH_USER}}@${{secrets.BASTION_HOST}}

- name: Update Frontend
run: scp -o "StrictHostKeyChecking no" -A -R -J ${{secrets.BASTION_SSH_USER}}@${{secrets.BASTION_HOST}}:2222 . ${{secrets.DEPLOYMENT_TARGET}}:/home/infra/frontend_content
Expand Down

0 comments on commit f5ce28f

Please sign in to comment.