Make script executable & update directory
This commit is contained in:
2
docker/copy.sh
Normal file → Executable file
2
docker/copy.sh
Normal file → Executable file
@@ -14,7 +14,7 @@ cp ../sql/wfc-config.sql ./mysql/db
|
|||||||
|
|
||||||
# copy html
|
# copy html
|
||||||
echo "begin copy html "
|
echo "begin copy html "
|
||||||
cp -r ../../fe.crm/dist/** ./nginx/html/dist
|
cp -r ../../fe.wfc/dist/** ./nginx/html/dist
|
||||||
|
|
||||||
|
|
||||||
# copy jar
|
# copy jar
|
||||||
|
|||||||
0
docker/deploy.sh
Normal file → Executable file
0
docker/deploy.sh
Normal file → Executable file
0
docker/start-backend.sh
Normal file → Executable file
0
docker/start-backend.sh
Normal file → Executable file
6
docker/start-frontend.sh
Normal file → Executable file
6
docker/start-frontend.sh
Normal file → Executable file
@@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cd ../../fe.crm/
|
cd ../../fe.wfc/
|
||||||
git pull
|
git pull
|
||||||
pnpm build
|
pnpm build
|
||||||
cd ../be.crm/docker/
|
cd ../be.wfc/docker/
|
||||||
./copy.sh
|
./copy.sh
|
||||||
sudo ./deploy.sh backend
|
sudo ./deploy.sh backend
|
||||||
|
|||||||
Reference in New Issue
Block a user