rkgk/admin/daemon/deploy.bash
liquidex 384e64009e add admin scripts over from treehouse
would be nice to rewrite these as a standalone utility that integrates with Nix someday i guess
2024-08-23 22:38:24 +02:00

12 lines
189 B
Bash

#!/usr/bin/env bash
cd ~/repo
source "${BASH_SOURCE%/*}/common.bash"
git pull
bash "${BASH_SOURCE%/*}/reload.bash"
echo "^C to exit build log ($build_log)"
tail --retry -f "$build_log"