Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SIGMathLing
website
Commits
b8dd02d9
Commit
b8dd02d9
authored
Apr 03, 2020
by
Tom Wiesing
Browse files
Update .gitlab-ci.yml
parent
d62121df
Pipeline
#2113
passed with stage
in 2 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b8dd02d9
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment