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

Fix CI

parent 3d08eadb
No related branches found
No related tags found
No related merge requests found
Pipeline #993 passed
......@@ -18,7 +18,7 @@ deploy:
- apt -y install rsync
- rm -rf build
- npm ci
- node ./index.js --contentdir . --staticdir static --themedir theme --builddir build --noserver
- node ./index.js --contentdir content --staticdir static --themedir theme --builddir build --noserver
- 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