Skip to content

Commit 95acb20

Browse files
authored
Merge pull request #320 from TheJacksonLaboratory/feature/angular-upgrade
update deploy script with new build out
2 parents 4f1910e + 1765b27 commit 95acb20

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

.github/workflows/hpo-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Deploy to GCS
4444
run: |
45-
gsutil -m cp -r dist/hpo-web/* "$GCLOUD_BUCKET/hpo-web-$PROJECT_VERSION-$GIT_HASH/"
45+
gsutil -m cp -r dist/browser/* "$GCLOUD_BUCKET/hpo-web-$PROJECT_VERSION-$GIT_HASH/"
4646
gsutil -m rm -f "$GCLOUD_BUCKET/*" || true
4747
gsutil -m rm -rf "$GCLOUD_BUCKET/assets/" || true
4848
gsutil -m cp -r "$GCLOUD_BUCKET/hpo-web-$PROJECT_VERSION-$GIT_HASH/*" "$GCLOUD_BUCKET/"

package-lock.json

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)