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
|
2023-05-30 14:30:15 +02:00
|
|
|
sudo systemctl status rot
|