🔧 Add build environment
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m11s
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m11s
This commit is contained in:
parent
be31456a9b
commit
3965c6e2f4
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
name: Checkout
|
||||
- name: Build
|
||||
env:
|
||||
VITE_SUPPORT_EMAIL: ${{ secrets.SUPPORT_EMAIL }}
|
||||
VITE_API_URL: ${{ secrets.API_URL }}
|
||||
VITE_TURNSTILE_SITE_KEY: ${{ secrets.TURNSTILE_SITE_KEY }}
|
||||
run: |
|
||||
npm --version && node --version
|
||||
npm ci --no-update-notifier
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue