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

Adjust CI

parent 113f8a07
No related branches found
No related tags found
No related merge requests found
Pipeline #990 failed
......@@ -67,7 +67,6 @@ deploy:
- apt -y install rsync
- rm -rf build
- npm ci
- if [ -d static ] ; then cd static; git pull; cd ..; else git clone https://git.ok1kvk.cz/ok1kvk.cz/static.git; fi
- node ./index.js --contentdir . --staticdir static --themedir theme --builddir build --noserver
- echo "$DEPLOY_SSH_KEY" > sshkey
- chmod 600 sshkey
......
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