Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EBI-Framework
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ebiwd
EBI-Framework
Commits
f1bb417b
Commit
f1bb417b
authored
8 years ago
by
Peter Walter
Committed by
Peter Walter
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
409b69c9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-3
6 additions, 3 deletions
.gitlab-ci.yml
with
6 additions
and
3 deletions
.gitlab-ci.yml
+
6
−
3
View file @
f1bb417b
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}
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment