Finalize deploy and switch to master branch only

This commit is contained in:
Devon Mackay 2018-09-12 11:24:08 -04:00 committed by Patrick Smith
parent bbea6d66b5
commit a9bdf45ac6

View File

@ -172,7 +172,7 @@ jobs:
at: .
- run:
name: "Update Kubernetes Deployment"
command: ./deploy/kubernetes/atst-check-deploy.sh
command: ./deploy/kubernetes/atst-update-deploy.sh
workflows:
version: 2
@ -187,10 +187,10 @@ workflows:
- test
filters:
branches:
only: circleci-cd
only: master
- deploy:
requires:
- build_and_push_image
filters:
branches:
only: circleci-cd
only: master