2
0
Files
be.wfc/docker/start-frontend.sh
2024-11-18 20:13:18 +08:00

8 lines
103 B
Bash

#!/bin/sh
cd ../../fe.crm/
git pull
pnpm build
cd ../be.crm/docker/
./copy.sh
sudo ./deploy.sh backend