Settings: add code version
All checks were successful
/ depoly (push) Successful in 1m21s

This commit is contained in:
thislight 2024-11-10 23:08:54 +08:00
parent 814ac07581
commit b2b84a9e5b
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E
5 changed files with 22 additions and 0 deletions

View file

@ -33,10 +33,14 @@ jobs:
- name: Build Dist (Staging)
run: bun dist -m staging
if: env.GITHUB_REF_NAME == 'master'
env:
VITE_CODE_VERSION: ${{ env.GITHUB_SHA }}
- name: Build Dist
run: bun dist
if: env.GITHUB_REF_NAME != 'master'
env:
VITE_CODE_VERSION: ${{ env.GITHUB_SHA }}
- name: Depoly to Preview
uses: https://github.com/cloudflare/wrangler-action@v3