Skip to content

Commit

Permalink
update saved model path to be saved under models/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarvid committed Jul 5, 2024
1 parent 5ca3d15 commit 85ff002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
service_account_key: ${{ secrets.GCP_CREDENTIALS }}

- name: Download Model from GCS
run: gsutil cp gs://diego-tryolabs-latam_cloudbuild/${{ secrets.MODEL_NAME }}.json model.json
run: gsutil cp gs://diego-tryolabs-latam_cloudbuild/${{ secrets.MODEL_NAME }}.json models/model.json

- name: Submit Build
run: gcloud builds submit --region ${{ secrets.GCP_REGION }} --tag ${{ secrets.GCP_REGION }}-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/delay-model/${{ secrets.GCP_IMAGE_NAME }}:latest
Expand Down

0 comments on commit 85ff002

Please sign in to comment.