rowt/update.sh

15 lines
201 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-26 09:36:25 +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-26 09:36:25 +02:00
sudo systemctl restart rot-svelte
sudo systemctl status rot