mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Fix database seeding of GCP PR backend instances
This commit is contained in:
committed by
Alec LaLonde
parent
e3dc738288
commit
c51be56c72
2
.github/workflows/gcp-deploy.yaml
vendored
2
.github/workflows/gcp-deploy.yaml
vendored
@@ -284,7 +284,7 @@ jobs:
|
||||
--region ${{needs.env.outputs.CLOUDRUN_REGION}} \
|
||||
--port ${{needs.env.outputs.BACKEND_PORT}} \
|
||||
--cpu 1 \
|
||||
--memory 512Mi \
|
||||
--memory 768Mi \
|
||||
--ingress all \
|
||||
--allow-unauthenticated \
|
||||
--max-instances 1 \
|
||||
|
||||
Reference in New Issue
Block a user