diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e7db3038da14891c7171b5eaa096afc4d62d3f8..58834425d1ab3d9436af4c1be1b301b3f1c6a309 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ deploy: - apt -y install rsync - rm -rf build - npm ci - - node ./index.js --contentdir content --staticdir static --themedir theme --builddir build --noserver + - node ./index.js --contentdir content --staticdir static --themedir theme --builddir build --noserver --nowatch - echo "$DEPLOY_SSH_KEY" > sshkey - chmod 600 sshkey - rsync -e 'ssh -i sshkey -o StrictHostKeyChecking=no' -rc --delete build/ $SSH_HOST:$HTML_DIR/