Skip to content

Commit

Permalink
πŸ’š add deploy-dir as absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
jxn-30 committed Sep 21, 2022
1 parent a051c24 commit d6805c7
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 -p 22" ./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 }}:${{ secrets.DEPLOY_DIR }}/${{ needs.build.outputs.type }}

0 comments on commit d6805c7

Please sign in to comment.