[Dev] Add NODE_ENV = beta to beta deploy workflow

Hopefully this will force it to actually build in beta mode
This commit is contained in:
NightKev 2025-10-05 06:45:02 -07:00
parent f7fd72b08c
commit f482e8d3d7

View File

@ -32,6 +32,8 @@ jobs:
- name: Build
run: pnpm build:beta
env:
NODE_ENV: beta
- name: Set up SSH
run: |