Finalize deploy and switch to master branch only
This commit is contained in:
parent
bbea6d66b5
commit
a9bdf45ac6
@ -172,7 +172,7 @@ jobs:
|
|||||||
at: .
|
at: .
|
||||||
- run:
|
- run:
|
||||||
name: "Update Kubernetes Deployment"
|
name: "Update Kubernetes Deployment"
|
||||||
command: ./deploy/kubernetes/atst-check-deploy.sh
|
command: ./deploy/kubernetes/atst-update-deploy.sh
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
@ -187,10 +187,10 @@ workflows:
|
|||||||
- test
|
- test
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only: circleci-cd
|
only: master
|
||||||
- deploy:
|
- deploy:
|
||||||
requires:
|
requires:
|
||||||
- build_and_push_image
|
- build_and_push_image
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only: circleci-cd
|
only: master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user