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
|
||||
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
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
4
docker/start-frontend.sh
Normal file → Executable file
4
docker/start-frontend.sh
Normal file → Executable 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
|
||||
Reference in New Issue
Block a user