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

Update .gitlab-ci.yml

parent 45385d49
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,6 @@ deploy_staging:
# build the website
- bundle exec jekyll build -d _site
# copy over all the files into the deployment folder
- cd _site && rsync -rv -e ssh --checksum ./ deploy@static.kwarc.info:/var/www/www.kwarc.info --delete
- cd _site && rsync -rv -e ssh --checksum ./ deploy@static.kwarc.info:/var/www/kwarc.info/www --delete
only:
- 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