Skip to content

Commit

Permalink
Removing deploy step
Browse files Browse the repository at this point in the history
Don't want a deploy to happen without merging
  • Loading branch information
soumik-mukherjee authored Apr 19, 2020
1 parent f559012 commit b234926
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ steps:
# Build
- name: "gcr.io/cloud-builders/yarn"
args: ["build:webapp"]
# Deploy
- name: "gcr.io/cloud-builders/yarn"
args: ["deploy"]

0 comments on commit b234926

Please sign in to comment.