We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e87a39b + d240706 commit a2c95bdCopy full SHA for a2c95bd
.github/workflows/dev.yml
@@ -45,4 +45,4 @@ jobs:
45
run: npm run build
46
47
- name: Deploy to web
48
- run: rsync -vz --delete dist/ /var/www/nix-frontend/team-dev.dtutimes.com
+ run: rsync -vz --delete --recursive dist/ /var/www/nix-frontend/team-dev.dtutimes.com
.github/workflows/main.yml
- run: rsync -vz --delete dist/ /var/www/nix-frontend/team.dtutimes.com
+ run: rsync -vz --delete --recursive dist/ /var/www/nix-frontend/team.dtutimes.com
0 commit comments