Skip to content

Instantly share code, notes, and snippets.

@DazWilkin
Created January 8, 2018 01:28
Show Gist options
  • Save DazWilkin/4247cc3f98c4c030af810f92f19a4df0 to your computer and use it in GitHub Desktop.
Save DazWilkin/4247cc3f98c4c030af810f92f19a4df0 to your computer and use it in GitHub Desktop.
First (Worst?) Google Assistant app
steps:
- name: gcr.io/cloud-builders/gcloud
args: [
'beta',
'functions',
'deploy','test',
'--source=https://source.developers.google.com/projects/${PROJECT_ID}/repos/[[YOUR-REPO]]/moveable-aliases/master/paths/',
'--trigger-http',
'--entry-point=test',
'--project=${PROJECT_ID}'
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment