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: . 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