Make script executable & update directory
This commit is contained in:
6
docker/start-frontend.sh
Normal file → Executable file
6
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
|
||||
sudo ./deploy.sh backend
|
||||
|
||||
Reference in New Issue
Block a user