Skip to content

Commit

Permalink
Merge pull request #61 from Alokit-Innovations/mkp/github_test
Browse files Browse the repository at this point in the history
added repo-profiler.pem file to test env
  • Loading branch information
avikalpg authored Oct 31, 2023
2 parents 00b1960 + d113094 commit e9779e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ ENV SERVER_URL=$SERVER_URL

COPY ./vibi-dpu/target/debug/vibi-dpu /app/vibi-dpu
COPY ./pubsub-sa.json /app/pubsub-sa.json
COPY ./repo-profiler.pem /app/repo-profiler.pem

# Start the Rust application
CMD ["/app/vibi-dpu"]
4 changes: 4 additions & 0 deletions cloudbuild-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ steps:
# Fetch the credentials from the GCP bucket
- name: 'gcr.io/cloud-builders/gsutil'
args: ['cp', 'gs://vibi-test-secrets/pubsub-sa-test.json', 'pubsub-sa.json']

- name: 'gcr.io/cloud-builders/gsutil'
args: ['cp', 'gs://vibi-test-secrets/repo-profiler-test.pem', 'repo-profiler.pem']


# Perform cargo build inside vibi-dpu directory
- name: 'rust:latest'
Expand Down

0 comments on commit e9779e3

Please sign in to comment.