Skip to content
Snippets Groups Projects
Unverified Commit 6ad010d3 authored by Isabella Skořepová's avatar Isabella Skořepová
Browse files

Add nowatch

parent 739bc42d
No related branches found
No related tags found
No related merge requests found
Pipeline #999 passed
......@@ -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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment