Revision e9558dc11b31b908f3af142e403d33e91d417b8a authored by Albert Tian Chen on 24 January 2021, 10:43:42 UTC, committed by Albert Tian Chen on 24 January 2021, 10:43:42 UTC
1 parent 86cf54a
Raw File
google_cloud_run_deploy.txt
Submit a build
--------------

  gcloud builds submit --tag gcr.io/[PROJECT-ID]/[IMAGE-NAME]

Deploy a build
--------------

  gcloud run deploy --image gcr.io/[PROJECT-ID]/[IMAGE-NAME] --platform managed

Update an existing service
--------------------------

  gcloud run deploy [SERVICE-NAME] --image gcr.io/[PROJECT-ID]/[IMAGE]
back to top