We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660c9e7 commit 5fd6721Copy full SHA for 5fd6721
.github/workflows/dev.yml
@@ -40,4 +40,4 @@ jobs:
40
run: npm run build
41
42
- name: Deploy to web
43
- run: rsync -avz --delete dist/ /var/www/nix-frontend/team-dev.dtutimes.com
+ run: rsync -vz --delete dist/ /var/www/nix-frontend/team-dev.dtutimes.com
.github/workflows/main.yml
- run: rsync -avz --delete dist/ /var/www/nix-frontend/team.dtutimes.com
+ run: rsync -vz --delete dist/ /var/www/nix-frontend/team.dtutimes.com
0 commit comments