Load .env.production from server before build
Deploy to route.crispygoat.com / deploy (push) Failing after 38s

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