We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57afa63 + 5fd6721 commit e87a39bCopy full SHA for e87a39b
.github/workflows/dev.yml
@@ -45,4 +45,4 @@ jobs:
45
run: npm run build
46
47
- name: Deploy to web
48
- 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