homeserver-iac/roles/website/templates/deploy.sh.j2

8 lines
139 B
Plaintext
Raw Normal View History

#!/bin/sh
# website deployment script
set -e
git -C /home/{{ web_username }}/website pull
make -C /home/{{ web_username }}/website build