Skip to content
Snippets Groups Projects
Commit f1bb417b authored by Peter Walter's avatar Peter Walter Committed by Peter Walter
Browse files

Update .gitlab-ci.yml

parent 409b69c9
No related branches found
No related tags found
No related merge requests found
image: alpine
image: netroby/alpine-rsync
#project specific variables can be defines here, or overridden project settings
variables:
SERVER_DEV: ebi-cli.ebi.ac.uk
SCRIPT_DEV: update-ebi-framework
SCRIPT_DEV: ~/bin/update-ebi-framework
DEV_URL: http://wwwdev.ebi.ac.uk/web_guidelines/EBI-Framework
SERVER_PROD: ebi-cli.ebi.ac.uk
SCRIPT_PROD: update-ebi-framework-prod
SCRIPT_PROD: ~/bin/update-ebi-framework-prod
PROD_URL: http://www.ebi.ac.uk/web_guidelines/EBI-Framework
# do not define here, put in project variables
SSH_USER: username
SSH_KEY: secret-key
......@@ -41,3 +43,4 @@ deploy_live:
environment:
name: live
url: ${LIVE_URL}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment