diff --git a/circle.yml b/circle.yml index 83b4dcadd..12b9267a1 100644 --- a/circle.yml +++ b/circle.yml @@ -33,8 +33,8 @@ test: - cd $GOPATH/src/$IMPORT_PATH && make bootstrap test deployment: - master-branch: - branch: master + gcr: + branch: [master, "feat/circles"] commands: - echo $GCLOUD_SERVICE_KEY | base64 --decode > ${HOME}/gcloud-service-key.json - sudo docker login -e 1234@5678.com -u _json_key -p "$(cat ${HOME}/gcloud-service-key.json)" https://gcr.io