We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4c5bf commit ed99d86Copy full SHA for ed99d86
1 file changed
.github/workflows/main.yml
@@ -81,4 +81,4 @@ jobs:
81
port: 22
82
script: |
83
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/;
+ #rsync -az --delete /tmp/public/ /var/www/webroot/ROOT/site/;
0 commit comments