From a9bdf45ac697351f55caa9fa7da92c49e5a9795d Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Wed, 12 Sep 2018 11:24:08 -0400 Subject: [PATCH] Finalize deploy and switch to master branch only --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b8e699df..8673502c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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