Skip to content

Commit

Permalink
fixing options mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
iimpulse committed Feb 21, 2024
1 parent adb1ae6 commit 85d5560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hpo-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Deploy to GCS
run: |
gsutil -m cp -rf dist/* "$GCLOUD_BUCKET/hpo-web-$PROJECT_VERSION-$GIT_HASH/"
gsutil -m cp -r dist/* "$GCLOUD_BUCKET/hpo-web-$PROJECT_VERSION-$GIT_HASH/"
gsutil -m rm -f "$GCLOUD_BUCKET/*"
gsutil -m rm -rf "$GCLOUD_BUCKET/assets/"
gsutil -m cp -rf "$GCLOUD_BUCKET/hpo-web-$PROJECT_VERSION-$GIT_HASH/*" "$GCLOUD_BUCKET/"
gsutil -m cp -r "$GCLOUD_BUCKET/hpo-web-$PROJECT_VERSION-$GIT_HASH/*" "$GCLOUD_BUCKET/"

0 comments on commit 85d5560

Please sign in to comment.