Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #!/usr/bin/env bash
  2.  
  3. docker build -t gcr.io/$(gcloud config get-value project)/simple-example:latest .
  4. docker push gcr.io/$(gcloud config get-value project)/simple-example
  5. gcloud beta run deploy --image gcr.io/$(gcloud config get-value project)/simple-example:latest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement