Skip to content

Commit ed99d86

Browse files
authored
Disable rsync command in main.yml
Comment out rsync command in deployment script
1 parent 1e4c5bf commit ed99d86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)