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
nomad-lab
encyclopedia-physics-engine
Commits
9d45e203
Commit
9d45e203
authored
Nov 15, 2018
by
Markus Scheidgen
Browse files
Use production branch for production deployments.
parent
95ea2b63
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9d45e203
...
...
@@ -26,7 +26,7 @@ production:
stage
:
Deployment production
script
:
-
rm -rf encyclopedia-physics-engine
-
git clone git@gitlab.mpcdf.mpg.de:nomad-lab/encyclopedia-physics-engine.git
-
git clone
-b production
git@gitlab.mpcdf.mpg.de:nomad-lab/encyclopedia-physics-engine.git
-
cd encyclopedia-physics-engine
-
pwd
-
ls -al
...
...
@@ -44,7 +44,7 @@ production-hv:
stage
:
Deployment production-hv
script
:
-
rm -rf encyclopedia-physics-engine
-
git clone git@gitlab.mpcdf.mpg.de:nomad-lab/encyclopedia-physics-engine.git
-
git clone
-b production
git@gitlab.mpcdf.mpg.de:nomad-lab/encyclopedia-physics-engine.git
-
cd encyclopedia-physics-engine
-
pwd
-
ls -al
...
...
@@ -62,7 +62,7 @@ production-csc:
stage
:
Deployment production-csc
script
:
-
rm -rf encyclopedia-physics-engine
-
git clone git@gitlab.mpcdf.mpg.de:nomad-lab/encyclopedia-physics-engine.git
-
git clone
-b production
git@gitlab.mpcdf.mpg.de:nomad-lab/encyclopedia-physics-engine.git
-
cd encyclopedia-physics-engine
-
pwd
-
ls -al
...
...
Write
Preview
Markdown
is supported
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