10 lines
124 B
Bash
Executable File
10 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git pull
|
|
cargo b -r
|
|
cd frontend
|
|
npm install
|
|
npm run build
|
|
sudo systemctl restart rot
|
|
sudo systemctl status rot
|