rowt/update.sh

9 lines
98 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-03-04 11:52:11 +01:00
sudo systemctl restart rot