Skip to content

Commit

Permalink
Merge pull request #188 from vibinex/tr/phind/build
Browse files Browse the repository at this point in the history
Add cloud build prompts
  • Loading branch information
tapishr authored Oct 12, 2024
2 parents 0660db6 + 9c193d4 commit 347e023
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloudbuild-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ steps:
- name: 'gcr.io/cloud-builders/gsutil'
args: ['cp', 'gs://vibi-secrets-prod/pubsub-sa.json', 'pubsub-sa.json']

- name: 'gcr.io/cloud-builders/gsutil'
args: ['cp', '-R', 'gs://vibi-secrets-prod/prompts/prompts', '.']

- name: 'gcr.io/cloud-builders/gsutil'
args: ['cp', 'gs://vibi-secrets-prod/vibinex-dpu.2024-01-11.private-key.pem', 'repo-profiler.pem']

Expand Down

0 comments on commit 347e023

Please sign in to comment.