Skip to content

Commit a5f52b1

Browse files
committed
Increase Cloud Run deployment timeout to 240 seconds
1 parent 2ad543f commit a5f52b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-cloud-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
--allow-unauthenticated
8888
--ingress=internal-and-cloud-load-balancing
8989
--port=4321
90-
--timeout=120
90+
--timeout=240
9191
--min-instances=1
9292
--set-env-vars ASTRO_BASE_PATH=${{ env.ASTRO_BASE_PATH }}
9393
--set-env-vars AUTH0_DOMAIN=${{ env.AUTH0_DOMAIN }}

0 commit comments

Comments
 (0)