It's basic symfony application that runs on CloudRun.
- Build the image
gcloud builds submit --tag gcr.io/PROJECT-ID/cloudrun
- Deploy the image
gcloud run deploy --image gcr.io/PROJECT-ID/cloudrun --platform managed
It's basic symfony application that runs on CloudRun.
gcloud builds submit --tag gcr.io/PROJECT-ID/cloudrun
gcloud run deploy --image gcr.io/PROJECT-ID/cloudrun --platform managed