Add build script
This commit is contained in:
parent
82d81b596e
commit
f84dee72c0
13
build.sh
Normal file
13
build.sh
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
echo "[1/7] Stopping server..."
|
||||||
|
sudo supervisorctl stop schafkopf
|
||||||
|
echo "[2/7] Changing permissions..."
|
||||||
|
sudo chown -R pi:pi .
|
||||||
|
echo "[3/7] Pulling changes..."
|
||||||
|
git pull
|
||||||
|
echo "[4/7] Building project..."
|
||||||
|
swift build -c release
|
||||||
|
echo "[5/7] Restoring permissions..."
|
||||||
|
sudo chown -R www-data:www-data .
|
||||||
|
echo "[6/7] Starting server..."
|
||||||
|
sudo supervisorctl start schafkopf
|
||||||
|
echo "[7/7] Done"
|
Loading…
Reference in New Issue
Block a user