Skip to content

Commit

Permalink
fix(ops): deploy to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu committed Nov 5, 2021
1 parent 7a0d30d commit 8ffe557
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,23 @@ jobs:
container: qrimatic-fe
image: gcr.io/qri-io/qrimatic-fe
tag: $CIRCLE_SHA1

frontend-prod-deploy:
machine: true
steps:
- checkout
- gcp-gke/install
- gcp-gke/update-kubeconfig-with-credentials:
cluster: qri-cloud-prod-cluster
install-kubectl: true
perform-login: true
- gcp-gke/rollout-image:
namespace: qrimatic
cluster: qri-cloud-prod-cluster
deployment: prod-qrimatic-fe
container: qrimatic-fe
image: gcr.io/qri-io/qrimatic-fe-prod
tag: $CIRCLE_SHA1

frontend-dev-deploy:
machine: true
Expand Down Expand Up @@ -242,3 +259,10 @@ workflows:
branches:
only:
- master
- frontend-prod-deploy:
requires:
- frontend-prod-image-push
filters:
branches:
only:
- master

0 comments on commit 8ffe557

Please sign in to comment.