We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba3560 commit 1da63e0Copy full SHA for 1da63e0
panel/cloudbuild.yaml
@@ -24,13 +24,16 @@ steps:
24
- deploy
25
- $_SERVICE_NAME
26
- '--cpu=2'
27
- - '--memory 2Gi'
+ - '--memory'
28
+ - '2Gi'
29
- '--concurrency=5'
30
- '--min-instances=0'
31
- '--max-instances=2'
32
- '--port=8080'
- - '--set-env-vars ENV=production'
33
- - '--set-env-vars PANEL_OAUTH_SCOPE=email'
+ - '--set-env-vars'
34
+ - 'ENV=production'
35
36
+ - 'PANEL_OAUTH_SCOPE=email'
37
- '--set-secrets=PANEL_OAUTH_REDIRECT_URI=PANEL_OAUTH_REDIRECT_URI:latest'
38
- '--set-secrets=PANEL_OAUTH_KEY=PANEL_OAUTH_KEY:latest'
39
- '--set-secrets=PANEL_OAUTH_SECRET=PANEL_OAUTH_SECRET:latest'
0 commit comments