2
0

Make script executable & update directory

This commit is contained in:
wfc
2024-11-19 16:54:05 +08:00
parent ebb68bc8b7
commit f62a2147fb
4 changed files with 4 additions and 4 deletions

2
docker/copy.sh Normal file → Executable file
View File

@@ -14,7 +14,7 @@ cp ../sql/wfc-config.sql ./mysql/db
# copy html
echo "begin copy html "
cp -r ../../fe.crm/dist/** ./nginx/html/dist
cp -r ../../fe.wfc/dist/** ./nginx/html/dist
# copy jar

0
docker/deploy.sh Normal file → Executable file
View File

0
docker/start-backend.sh Normal file → Executable file
View File

4
docker/start-frontend.sh Normal file → Executable file
View File

@@ -1,8 +1,8 @@
#!/bin/sh
cd ../../fe.crm/
cd ../../fe.wfc/
git pull
pnpm build
cd ../be.crm/docker/
cd ../be.wfc/docker/
./copy.sh
sudo ./deploy.sh backend