init2
Production deploy / build (push) Failing after 1s
Details
Production deploy / build (push) Failing after 1s
Details
This commit is contained in:
parent
e38ae2e491
commit
c46355260a
|
|
@ -34,6 +34,12 @@ jobs:
|
|||
mkdir -p /data/wildgrowth/backend
|
||||
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: |
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
API_BASE_URL=https://api.muststudy.xin
|
||||
TEST_USER_EMAIL=test@example.com
|
||||
TEST_USER_PASSWORD=test123456
|
||||
Loading…
Reference in New Issue