2
0
Files
be.wfc/docker/start-frontend.sh
2024-12-03 18:07:22 +08:00

22 lines
264 B
Bash
Executable File

#!/bin/sh
#
cd /home/simon/wfc.git/fe.wfc
git pull
pnpm i
pnpm build
#
cd /home/simon/wfc.git/fe.wfc.user
git pull
pnpm i
pnpm build
#
cd /home/simon/wfc.git/be.wfc/docker
./copy.sh
sudo docker stop wfc-nginx
sudo docker rm wfc-nginx
sudo ./deploy.sh frontend