13 lines
186 B
Bash
Executable File
13 lines
186 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd ../../fe.wfc/
|
|
git pull
|
|
pnpm i
|
|
pnpm build
|
|
cd ../be.wfc/docker/
|
|
./copy.sh
|
|
sudo docker stop wfc-nginx
|
|
sudo docker rm wfc-nginx
|
|
sudo docker rmi nginx
|
|
sudo ./deploy.sh frontend
|