Skip to content

Instantly share code, notes, and snippets.

@danhawkins
Created November 27, 2020 18:08
Show Gist options
  • Save danhawkins/b5df503e0c97e6636d8384d5eb078158 to your computer and use it in GitHub Desktop.
Save danhawkins/b5df503e0c97e6636d8384d5eb078158 to your computer and use it in GitHub Desktop.
Example cloudbuild.yaml
steps:
- name: 'gcr.io/cloud-builders/gcloud'
args:
- functions
- deploy
- hello-again-world
- --source=https://source.developers.google.com/projects/danny-playground/repos/hello-again-world
- --trigger-http
- --region=europe-west1
- --runtime=nodejs12
- --entry-point=helloAgainWorld
- --allow-unauthenticated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment