rluv-zerver/deploy.sh

18 lines
210 B
Bash
Raw Normal View History

2023-07-27 12:53:13 -06:00
#!/bin/bash
echo 'Creating backup of database file...'
./data_backup.sh
echo 'Rebuilding server...'
git pull
zig build
echo 'Restarting systemd...'
sudo systemctl restart zerver
systemctl status zerver