treehouse/admin/daemon/deploy.bash

6 lines
77 B
Bash

#!/usr/bin/env bash
cd ~/repo
git pull
bash "${BASH_SOURCE%/*}/reload.bash"