Skip to content

Commit 2f2b60b

Browse files
committed
CI: Don't rsync --delete public/
1 parent 11eed63 commit 2f2b60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
run: rsync -avzh --delete app/ root@${DEPLOYMENT_HOST}:/var/www/html/osn/app
2626

2727
- name: Rsync public/
28-
run: rsync -avzh --delete public/ root@${DEPLOYMENT_HOST}:/var/www/html/osn/public
28+
run: rsync -avzh public/ root@${DEPLOYMENT_HOST}:/var/www/html/osn/public

0 commit comments

Comments
 (0)