From b8dd02d9784a6ad1d9627dff76a2e2eba2abb093 Mon Sep 17 00:00:00 2001 From: Tom Wiesing <tom.wiesing@fau.de> Date: Fri, 3 Apr 2020 17:39:42 +0200 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 6e11a24..0315bc3 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 -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: - master \ No newline at end of file -- GitLab