Add pull script

This commit is contained in:
christophhagen 2020-10-26 23:29:32 +01:00
parent 19eda61234
commit e2574c3f72

6
pull.sh Normal file
View File

@ -0,0 +1,6 @@
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