Skip to content

Commit a2c95bd

Browse files
authored
Merge pull request #193 from dvishal485/github-action
2 parents e87a39b + d240706 commit a2c95bd

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
@@ -45,4 +45,4 @@ jobs:
4545
run: npm run build
4646

4747
- name: Deploy to web
48-
run: rsync -vz --delete dist/ /var/www/nix-frontend/team-dev.dtutimes.com
48+
run: rsync -vz --delete --recursive dist/ /var/www/nix-frontend/team-dev.dtutimes.com

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
run: npm run build
4646

4747
- name: Deploy to web
48-
run: rsync -vz --delete dist/ /var/www/nix-frontend/team.dtutimes.com
48+
run: rsync -vz --delete --recursive dist/ /var/www/nix-frontend/team.dtutimes.com

0 commit comments

Comments
 (0)