Caps-Server/build.sh
2022-05-24 14:36:00 +02:00

7 lines
147 B
Bash

sudo supervisorctl stop caps
sudo chown -R pi:pi .
git pull
swift build -c release
sudo chown -R www-data:www-data .
sudo supervisorctl start caps