mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40: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
|
||||
- ./bin/deploy
|
||||
staging:
|
||||
branch: staging
|
||||
tag: /release.*/
|
||||
commands:
|
||||
- ./bin/docker-login
|
||||
- ./bin/on-changes-publish-ui
|
||||
- make -j2 build
|
||||
- make -j2 push
|
||||
- ./bin/deploy
|
||||
- CIRCLE_BRANCH=staging ./bin/docker-login
|
||||
- CIRCLE_BRANCH=staging ./bin/on-changes-publish-ui
|
||||
- CIRCLE_BRANCH=staging make -j2 build
|
||||
- CIRCLE_BRANCH=staging make -j2 push
|
||||
- CIRCLE_BRANCH=staging ./bin/deploy
|
||||
|
Loading…
Reference in New Issue
Block a user