Skip to content

Commit 1da63e0

Browse files
committed
Fix deploy cmd
1 parent 4ba3560 commit 1da63e0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

panel/cloudbuild.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,16 @@ steps:
2424
- deploy
2525
- $_SERVICE_NAME
2626
- '--cpu=2'
27-
- '--memory 2Gi'
27+
- '--memory'
28+
- '2Gi'
2829
- '--concurrency=5'
2930
- '--min-instances=0'
3031
- '--max-instances=2'
3132
- '--port=8080'
32-
- '--set-env-vars ENV=production'
33-
- '--set-env-vars PANEL_OAUTH_SCOPE=email'
33+
- '--set-env-vars'
34+
- 'ENV=production'
35+
- '--set-env-vars'
36+
- 'PANEL_OAUTH_SCOPE=email'
3437
- '--set-secrets=PANEL_OAUTH_REDIRECT_URI=PANEL_OAUTH_REDIRECT_URI:latest'
3538
- '--set-secrets=PANEL_OAUTH_KEY=PANEL_OAUTH_KEY:latest'
3639
- '--set-secrets=PANEL_OAUTH_SECRET=PANEL_OAUTH_SECRET:latest'

0 commit comments

Comments
 (0)