diff options
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ SERVER=polaris DIR=/var/www/html -hugo && rsync -avz --delete public/ --exclude=/.well-known $SERVER:${DIR} +hugo --cleanDestinationDir && rsync -avz --delete public/ --exclude=/.well-known $SERVER:${DIR} |
