From b3f82628ad2de37565c615dfebdd11c7e5d2838d Mon Sep 17 00:00:00 2001 From: Tom Wiesing <tkw01536@gmail.com> Date: Thu, 9 Nov 2017 13:56:42 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6da3912..3365414 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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@magma.informatik.uni-erlangen.de:/var/www/www.kwarc.info --delete + - cd _site && rsync -rv -e ssh --checksum ./ deploy@static.kwarc.info:/var/www/www.kwarc.info --delete only: - master \ No newline at end of file -- GitLab