Skip to content

Commit

Permalink
* update api cloudbuild.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHoh committed Jul 13, 2023
1 parent 8bacb53 commit 7929235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ steps:
- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk'
id: Deploy Credit Risk API
entrypoint: 'bash'
args: ['-c', 'gcloud config set app/cloud_build_timeout 1600 && gcloud app deploy']
args: ['-c', 'gcloud config set app/cloud_build_timeout 1600 && cd api && gcloud app deploy']
timeout: '1600s'

0 comments on commit 7929235

Please sign in to comment.