fix deployment script
This commit is contained in:
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@@ -40,4 +40,4 @@ jobs:
|
||||
run: gcloud builds submit --tag us-central1-docker.pkg.dev/notely-453912/notely-ar-repo/notely:latest .
|
||||
|
||||
- name: Deploy to Cloud Run
|
||||
run: gcloud run deploy notely --image us-central1-docker.pkg.dev/notely-453912/notely-ar-repo/notely:latest --region s-central1 --allow-unauthenticated --project notely-453912 --max-instances=4
|
||||
run: gcloud run deploy notely --image us-central1-docker.pkg.dev/notely-453912/notely-ar-repo/notely:latest --region us-central1 --allow-unauthenticated --project notely-453912 --max-instances=4
|
||||
Reference in New Issue
Block a user