Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
8568da17
Commit
8568da17
authored
May 24, 2017
by
Mathieu Giraud
Committed by
Thonier Florian
Sep 07, 2017
Browse files
.gitlab-ci.yml: 'deploy_prod', copy files such as 'conf.js' from PROD_CLIENT_PATH_TEMPLATE
See
#2496
.
parent
080493b1
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8568da17
...
@@ -62,6 +62,7 @@ deploy_prod:
...
@@ -62,6 +62,7 @@ deploy_prod:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
rsync -av --delete browser $PROD_CLIENT_SERVER:$PROD_CLIENT_PATH
-
rsync -av --delete browser $PROD_CLIENT_SERVER:$PROD_CLIENT_PATH
-
ssh $PROD_CLIENT_SERVER "cp -pr $PROD_CLIENT_PATH_TEMPLATE/browser $PROD_CLIENT_PATH"
environment
:
environment
:
name
:
production
name
:
production
url
:
http://app.vidjil.org/?data=analysis-example.vidjil
url
:
http://app.vidjil.org/?data=analysis-example.vidjil
...
...
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