rowt/update.sh

14 lines
180 B
Bash
Raw Normal View History

2023-03-04 11:52:11 +01:00
#!/bin/bash
git pull
cargo b -r
2023-04-05 20:20:52 +02:00
cd frontend
npm install
npm run build
2023-06-28 14:24:41 +02:00
#cd ..
#cd rot_app
#npm install
#npm run build
2023-03-04 11:52:11 +01:00
sudo systemctl restart rot
2023-06-28 14:24:41 +02:00
#sudo systemctl restart rot-svelte