Load .env.production from server before build

This commit is contained in:
tyler
2026-06-04 18:52:02 -06:00
committed by default
parent 4eb6b173e0
commit 85db68ed70
+3
View File
@@ -20,6 +20,9 @@ jobs:
- name: Install dependencies
run: npm install
- name: Load env
run: cp /home/tyler/route-commerce/.env.production .env.production
- name: Build
run: npm run build
env: