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
La Quadrature du Net
rpteam
Revue de Press
Commits
9df480bd
Commit
9df480bd
authored
May 18, 2017
by
okhin
Browse files
#16
Ignoring some files from rsync, and not using the -C flags which ignores 'core' /spend 20in
parent
ce36b5d3
Pipeline
#1046
passed with stages
in 2 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9df480bd
...
...
@@ -55,7 +55,7 @@ deploy preprod:
VIRTUALENV
:
/srv/rp2/rp2-env
stage
:
deploy
script
:
-
rsync -ruv
C
./ ${BASE_PATH}
-
rsync
--exclude 'env' --exclude 'pip-cache' --exclude '.git'
-ruv ./ ${BASE_PATH}
-
source ${VIRTUALENV}/bin/activate
-
pip install --upgrade pip
-
pip install --upgrade -r requirements.txt
...
...
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