Skip to content

Commit 2cedee7

Browse files
authored
Uncomment rsync command in workflow
1 parent e81b32e commit 2cedee7

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
@@ -81,4 +81,4 @@ jobs:
8181
port: 22
8282
script: |
8383
rm -rf /tmp/public; mkdir -p /tmp/public; tar -xzf /tmp/csdocs.tar.gz -C /tmp/public/;
84-
#rsync -az --delete /tmp/public/ /var/www/webroot/ROOT/site/;
84+
rsync -az --delete /tmp/public/ /var/www/webroot/ROOT/site/;

0 commit comments

Comments
 (0)