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

8 lines
174 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
# website deployment script
set -e
2023-09-03 20:50:07 -04:00
git -C /home/{{ website_username }}/website pull
OUTPUT={{ website_path }} make -C /home/{{ website_username }}/website deploy