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
JuniorJPDJ
funkwhale
Commits
abdafd68
Commit
abdafd68
authored
Jul 17, 2017
by
Eliot Berriot
Browse files
Now also zip API code for easier release and installation
parent
da4c76ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
abdafd68
...
...
@@ -80,6 +80,20 @@ docker_develop:
tags
:
-
dind
build_api
:
# Simply publish a zip containing api/ directory
stage
:
deploy
image
:
busybox
artifacts
:
name
:
"
api_${CI_COMMIT_REF_NAME}"
paths
:
-
api
only
:
-
tags
-
master
-
develop
docker_release
:
stage
:
deploy
before_script
:
...
...
Write
Preview
Supports
Markdown
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