Skip to content

Instantly share code, notes, and snippets.

@ljulliar
Last active March 27, 2020 11:10
Show Gist options
  • Save ljulliar/e42f24093c546ca01cba4dbe53f7539a to your computer and use it in GitHub Desktop.
Save ljulliar/e42f24093c546ca01cba4dbe53f7539a to your computer and use it in GitHub Desktop.
Deploy image (Photo Album on Google Cloud Run)
# Deploy the latest container images we just built
gcloud beta run deploy photo-album --image gcr.io/$PROJECT_ID/photo_album \
--set-cloudsql-instances $PROJECT_ID:us-central1:photo-album-production \
--region us-central1 --allow-unauthenticated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment