init2
Production deploy / build (push) Failing after 1s Details

This commit is contained in:
wendazhi 2026-02-11 19:09:42 +08:00
parent e38ae2e491
commit c46355260a
2 changed files with 6 additions and 3 deletions

View File

@ -35,6 +35,12 @@ jobs:
rm -rf /data/wildgrowth/backend/*
cp -r backend/* /data/wildgrowth/backend/
- name: create env file
run: |
set -e
cd /data/wildgrowth/backend
cp .env.online .env
- name: npm install and prisma
run: |
set -e

View File

@ -1,3 +0,0 @@
API_BASE_URL=https://api.muststudy.xin
TEST_USER_EMAIL=test@example.com
TEST_USER_PASSWORD=test123456