Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lga
crater-data
Commits
b1930761
Commit
b1930761
authored
Aug 11, 2019
by
Lionel Durand
Browse files
change beta in dev
parent
4c75a70a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b1930761
...
...
@@ -7,11 +7,11 @@ deploy-prod:
-
apk --no-cache add lftp ca-certificates openssh
-
lftp -c "set ftp:ssl-allow no; open -u $O2S_FTP_USERNAME,$O2S_FTP_PASSWORD $O2S_FTP_HOST; mirror -Rev data ./app/crater-data/data --ignore-time --parallel=10"
deploy-
beta
:
deploy-
dev
:
image
:
alpine
stage
:
deploy
only
:
-
develop
script
:
-
apk --no-cache add lftp ca-certificates openssh
-
lftp -c "set ftp:ssl-allow no; open -u $O2S_FTP_USERNAME,$O2S_FTP_PASSWORD $O2S_FTP_HOST; mirror -Rev data ./app/
beta
/crater-data/data --ignore-time --parallel=10"
-
lftp -c "set ftp:ssl-allow no; open -u $O2S_FTP_USERNAME,$O2S_FTP_PASSWORD $O2S_FTP_HOST; mirror -Rev data ./app/
dev
/crater-data/data --ignore-time --parallel=10"
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