Skip to content

Commit 5fd6721

Browse files
committed
try not to archive
1 parent 660c9e7 commit 5fd6721

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
run: npm run build
4141

4242
- name: Deploy to web
43-
run: rsync -avz --delete dist/ /var/www/nix-frontend/team-dev.dtutimes.com
43+
run: rsync -vz --delete dist/ /var/www/nix-frontend/team-dev.dtutimes.com

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
run: npm run build
4141

4242
- name: Deploy to web
43-
run: rsync -avz --delete dist/ /var/www/nix-frontend/team.dtutimes.com
43+
run: rsync -vz --delete dist/ /var/www/nix-frontend/team.dtutimes.com

0 commit comments

Comments
 (0)