Skip to content

Instantly share code, notes, and snippets.

@r002
Last active July 5, 2021 21:33
Show Gist options
  • Save r002/b13ed0784cecb299dea4c6620d62bf3c to your computer and use it in GitHub Desktop.
Save r002/b13ed0784cecb299dea4c6620d62bf3c to your computer and use it in GitHub Desktop.
gcloud deploy commands
# PROD:
$> gcloud app deploy app.yaml --project studydash
$> gcloud functions deploy UpdateMemberMetrics --trigger-topic nightly_metrics_refresh --runtime go113 --env-vars-file ./cloudfunctions.yaml
# QA:
$> gcloud app deploy app.qa.yaml --project studydash-qa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment