Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Add deployment workflow 13
Browse files Browse the repository at this point in the history
  • Loading branch information
HansTM committed Jun 14, 2024
1 parent 3f4b836 commit a2f2325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
project_id: c241-ps478

- name: Download models
run: gcloud storage cp -r gs://waterwise/models/ models/
run: gcloud storage cp -r gs://waterwise/models/* models/

- name: Build Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit a2f2325

Please sign in to comment.