Skip to content

Commit

Permalink
ci/cd(rsync): i hope i finally fixed ut
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlz committed Nov 14, 2023
1 parent d45e264 commit 3766aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: cat src/lib/errors/interaction.error.ts

- name: Deploy with rsync
run: rsync -rvzP -e "ssh -p ${{ secrets.SSH_PORT }}" src ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:home/xmnlz/vpitashka/
run: rsync -rvzP --delete -e "ssh -p ${{ secrets.SSH_PORT }}" src ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:home/xmnlz/vpitashka/

- name: Run docker compose
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 3766aa7

Please sign in to comment.