Skip to content

Commit

Permalink
💚change shell
Browse files Browse the repository at this point in the history
  • Loading branch information
kdev committed Sep 21, 2022
1 parent 0e65d20 commit a051c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:

- name: Deployment
if: ${{ success() }}
run: rsync -ruthz --stats --progress -e "ssh -v" ./dist/dist/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/${{ needs.build.outputs.type }}
run: rsync -ruthz --stats --progress -e "ssh -p 22" ./dist/dist/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/${{ needs.build.outputs.type }}

0 comments on commit a051c24

Please sign in to comment.