Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
0cb291e2
Commit
0cb291e2
authored
May 24, 2017
by
Mathieu Giraud
Browse files
.gitlab-ci.yml: 'deploy_prod', copy files such as 'conf.js' from PROD_CLIENT_PATH_TEMPLATE
See
#2496
.
parent
c3003d64
Pipeline
#5497
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0cb291e2
...
...
@@ -62,6 +62,7 @@ deploy_prod:
stage
:
deploy
script
:
-
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
:
name
:
production
url
:
http://app.vidjil.org/?data=analysis-example.vidjil
...
...
Mikaël Salson
@mikael-s
mentioned in merge request
!53 (merged)
·
Mar 06, 2018
mentioned in merge request
!53 (merged)
mentioned in merge request !53
Toggle commit list
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment