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

Update .gitlab-ci.yml

parent 39089243
No related branches found
No related tags found
No related merge requests found
...@@ -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 ./ deploy@magma.informatik.uni-erlangen.de:/var/www/kwarc.info --delete - cd _site && rsync -rv -e ssh ./ deploy@magma.informatik.uni-erlangen.de:/var/www/www.kwarc.info --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