Skip to content

Instantly share code, notes, and snippets.

@polleyg
Created September 30, 2018 12:16
Show Gist options
  • Save polleyg/3afb0ac556b0acd9c4b6e0d4c2d3517f to your computer and use it in GitHub Desktop.
Save polleyg/3afb0ac556b0acd9c4b6e0d4c2d3517f to your computer and use it in GitHub Desktop.
Config for building and deploying this app
steps:
- name: gcr.io/cloud-builders/git
args: ['clone', 'https://github.com/polleyg/gcp-tweets-streaming-pipeline.git']
- name: gcr.io/cloud-builders/gcloud
args: ['app', 'deploy', '--version=tweets']
dir: 'twitter-to-pubsub'
- name: gcr.io/cloud-builders/gradle
args: ['build', 'run']
timeout: 1800s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment