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
2bd9f29e
Commit
2bd9f29e
authored
May 24, 2017
by
Mathieu Giraud
Browse files
.gitlab-ci.yml: 'deploy_prod', copy the full artifact
See
#2496
.
parent
cb6b4266
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2bd9f29e
...
...
@@ -61,7 +61,7 @@ deploy:
deploy_prod
:
stage
:
deploy
script
:
-
ssh
$PROD_CLIENT_SERVER
"cd
$PROD_CLIENT_PATH
; git fetch ; git reset --hard origin/prod-client"
-
rsync -av --delete browser
$PROD_CLIENT_SERVER
:
$PROD_CLIENT_PATH
environment
:
name
:
production
only
:
...
...
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