diff options
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,9 +1,6 @@ #!/bin/sh -USER=chad -HOST=fedang.net +SERVER=polaris DIR=/var/www/html -hugo && rsync -avz --delete public/ --exclude=/.well-known ${USER}@${HOST}:${DIR} -# this will delete everything on the server that's not in the local public folder - +hugo && rsync -avz --delete public/ --exclude=/.well-known $SERVER:${DIR} |
