Skip to content

Commit

Permalink
Deploy dev: rsync port
Browse files Browse the repository at this point in the history
  • Loading branch information
starsep committed Dec 24, 2023
1 parent 09b0b8a commit 2d7288c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
EOF
- name: Run deploy script on host
run: |
rsync -rp -P${{ secrets.SSH_HOST_NEW_PORT }} build/* ${{ secrets.SSH_USER_NEW }}@${{ secrets.SSH_HOST_NEW_IP }}:~/dev-static/
rsync -rp -e 'ssh -p ${{ secrets.SSH_HOST_NEW_PORT }}' build/* ${{ secrets.SSH_USER_NEW }}@${{ secrets.SSH_HOST_NEW_IP }}:~/dev-static/

0 comments on commit 2d7288c

Please sign in to comment.