Skip to content

Instantly share code, notes, and snippets.

@ivamluz
Last active July 28, 2020 00:09
Show Gist options
  • Save ivamluz/16f9e0371ca1c795be53587a944f2ebc to your computer and use it in GitHub Desktop.
Save ivamluz/16f9e0371ca1c795be53587a944f2ebc to your computer and use it in GitHub Desktop.
Cloud Build configuration for deploying Cloud Functions on GCP
steps:
- name: "gcr.io/google.com/cloudsdktool/cloud-sdk"
args: ["./scripts/deploy-http.sh"]
waitFor: ["-"]
- name: "gcr.io/google.com/cloudsdktool/cloud-sdk"
args: ["./scripts/deploy-pubsub.sh"]
waitFor: ["-"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment