16 lines
274 B
Bash
Executable File
16 lines
274 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd ../../fe.wfc/
|
|
git pull
|
|
pnpm build
|
|
cd ../be.wfc/docker/
|
|
./copy.sh
|
|
<<<<<<< HEAD
|
|
sudo ./deploy.sh backend
|
|
=======
|
|
sudo docker stop wfc-nginx
|
|
sudo docker rm wfc-nginx
|
|
sudo docker rmi nginx
|
|
sudo ./deploy.sh frontend
|
|
>>>>>>> fc0169ca987f34d6adf6016e96461d3109bd288b
|