kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Now also zip API code for easier release and installation
rodzic
da4c76ace8
commit
abdafd68cd
|
@ -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:
|
||||
|
|
Ładowanie…
Reference in New Issue