🔧 Add build environment
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m11s

This commit is contained in:
Nathan 2025-06-19 16:40:21 +02:00
parent be31456a9b
commit 3965c6e2f4

View file

@ -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