Skip to content

Commit 5594678

Browse files
authored
Merge pull request #7 from geshan/cpu-boost
Adds cpu boost for cloud run deploy
2 parents 021b7a7 + 44fb323 commit 5594678

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)