File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,10 @@ docker logs -f clima-test
114114
115115# if everything is ok push to google container registry
116116docker push us-central1-docker.pkg.dev/clima-316917/cloud-run-source-deploy/clima:latest
117- gcloud run deploy clima-test --image us-central1-docker.pkg.dev/clima-316917/cloud-run-source-deploy/clima:latest --region us-central1 --memory 4Gi --cpu 2 --platform managed --allow-unauthenticated
117+ gcloud run deploy clima-test --image us-central1-docker.pkg.dev/clima-316917/cloud-run-source-deploy/clima:latest --region us-central1 --memory 4Gi --cpu 2 --platform managed --allow-unauthenticated --tag " v0-10-2"
118+
119+ # you can then deploy the main version changing the name and tag
120+ gcloud run deploy clima --image us-central1-docker.pkg.dev/clima-316917/cloud-run-source-deploy/clima:latest --region us-central1 --memory 4Gi --cpu 2 --platform managed --allow-unauthenticated --tag " v0-10-2"
118121```
119122
120123### Deploy test version of the project
You can’t perform that action at this time.
0 commit comments