rowt/update.sh

14 lines
175 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-07-16 18:34:30 +02:00
cd ..
cd rot_app
npm install
npm run build
2023-03-04 11:52:11 +01:00
sudo systemctl restart rot
2023-07-16 18:34:30 +02:00
sudo systemctl restart rot-svelte