init2
Production deploy / build (push) Successful in 1m28s
Details
Production deploy / build (push) Successful in 1m28s
Details
This commit is contained in:
parent
bb97332c35
commit
498599e67a
|
|
@ -34,12 +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
|
||||
cp env.online .env
|
||||
|
||||
- name: npm install and prisma
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue