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
WEISS
Software Repositories
SNAPPY
scikit-surgerydavinci
Commits
4a67b062
Commit
4a67b062
authored
May 08, 2019
by
Thomas Dowrick
Browse files
Remove deploy docs from CI
parent
6b23c279
Pipeline
#2197
passed with stages
in 22 minutes and 22 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4a67b062
...
...
@@ -80,37 +80,6 @@ test Windows:
tags
:
-
shared-win, gui
deploy docs to staging
:
stage
:
deploy
script
:
# Note: the group/username directory must already exist on the server before calling this command
-
rsync -avz -e'ssh -v' --numeric-ids --delete doc/build/html/* staging_docs_rsync:WEISS/SoftwareRepositories/SNAPPY/scikit-surgerydavinci 2>&1
tags
:
-
docs-staging
environment
:
name
:
staging
url
:
http://weisslab-lin.cs.ucl.ac.uk/staging/WEISS/SoftwareRepositories/SNAPPY/scikit-surgerydavinci
only
:
-
master
dependencies
:
-
build docs
deploy docs to production
:
stage
:
deploy
script
:
# Note: the group/username directory must already exist on the server before calling this command
-
rsync -avz -e'ssh -v' --numeric-ids --delete doc/build/html/* production_docs_rsync:WEISS/SoftwareRepositories/SNAPPY/scikit-surgerydavinci 2>&1
tags
:
-
docs-production
environment
:
name
:
production
only
:
-
public
dependencies
:
-
build docs
deploy pip to PyPI
:
stage
:
deploy
...
...
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