Skip to content

Commit

Permalink
Set index.html as fallback for beta
Browse files Browse the repository at this point in the history
Signed-off-by: Bipul Adhikari <[email protected]>
  • Loading branch information
bipuladh committed Sep 20, 2024
1 parent 992af49 commit ef79ee7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-to-google.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
path: ./build
destination: ${{ env.DEST_BUCKET }}
parent: false
- id: set-fallback
if: github.ref_name == 'develop'
run: gsutil web set -m index.html -e 404.html gs://sizer.ocs.ninja/beta
- id: configure
uses: google-github-actions/setup-gcloud@v1
- name: Make files public
Expand Down

0 comments on commit ef79ee7

Please sign in to comment.