Skip to content
Snippets Groups Projects
Commit b8dd02d9 authored by Tom Wiesing's avatar Tom Wiesing
Browse files

Update .gitlab-ci.yml

parent d62121df
No related branches found
No related tags found
No related merge requests found
Pipeline #2113 passed
...@@ -36,6 +36,6 @@ deploy_staging: ...@@ -36,6 +36,6 @@ deploy_staging:
# build the website # build the website
- bundle exec jekyll build -d _site - bundle exec jekyll build -d _site
# copy over all the files into the deployment folder # copy over all the files into the deployment folder
- cd _site && rsync -rv -e "ssh -p $SSH_DEPLOY_PORT" --checksum --exclude='Gemfile' --delete-excluded --delete ./ root@static.kwarc.info:/root/data --delete - cd _site && rsync -rv -e "ssh -p $SSH_DEPLOY_PORT" --checksum --exclude='Gemfile' --delete-excluded --delete ./ root@deploy.kwarc.info:/root/data --delete
only: only:
- master - master
\ No newline at end of file
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