print build log when deploying

This commit is contained in:
りき萌 2024-02-04 16:14:49 +01:00
parent 73e93d864d
commit 0315a63c66
4 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,11 @@
#!/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"