mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
release to staging based on tag
This commit is contained in:
parent
51b0744bcc
commit
1b726268c1
12
circle.yml
12
circle.yml
@ -42,10 +42,10 @@ deployment:
|
|||||||
- make -j2 push
|
- make -j2 push
|
||||||
- ./bin/deploy
|
- ./bin/deploy
|
||||||
staging:
|
staging:
|
||||||
branch: staging
|
tag: /release.*/
|
||||||
commands:
|
commands:
|
||||||
- ./bin/docker-login
|
- CIRCLE_BRANCH=staging ./bin/docker-login
|
||||||
- ./bin/on-changes-publish-ui
|
- CIRCLE_BRANCH=staging ./bin/on-changes-publish-ui
|
||||||
- make -j2 build
|
- CIRCLE_BRANCH=staging make -j2 build
|
||||||
- make -j2 push
|
- CIRCLE_BRANCH=staging make -j2 push
|
||||||
- ./bin/deploy
|
- CIRCLE_BRANCH=staging ./bin/deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user