init2
Production deploy / build (push) Successful in 1m28s Details

This commit is contained in:
wendazhi 2026-02-11 19:12:48 +08:00
parent bb97332c35
commit 498599e67a
1 changed files with 2 additions and 2 deletions

View File

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