Skip to content

Commit 44fb323

Browse files
committed
Adds cpu boost for cloud run deploy
1 parent 021b7a7 commit 44fb323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ steps:
1414
args: ["push", "-a", "gcr.io/$PROJECT_ID/nodejs-postgres"]
1515

1616
- name: 'gcr.io/cloud-builders/gcloud'
17-
args: ['run', 'deploy', 'nodejs-postgres', '--image', 'gcr.io/$PROJECT_ID/nodejs-postgres', '--region', 'us-central1', '--platform', 'managed', '--allow-unauthenticated']
17+
args: ['run', 'deploy', 'nodejs-postgres', '--image', 'gcr.io/$PROJECT_ID/nodejs-postgres', '--region', 'us-central1', '--platform', 'managed', '--allow-unauthenticated', '--cpu-boost']
1818
options:
1919
logging: CLOUD_LOGGING_ONLY

0 commit comments

Comments
 (0)