We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81b32e commit 2cedee7Copy full SHA for 2cedee7
.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