Created
September 30, 2018 12:16
-
-
Save polleyg/3afb0ac556b0acd9c4b6e0d4c2d3517f to your computer and use it in GitHub Desktop.
Config for building and deploying this app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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