Last active
July 5, 2021 21:33
-
-
Save r002/b13ed0784cecb299dea4c6620d62bf3c to your computer and use it in GitHub Desktop.
gcloud deploy commands
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
# 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