creativespirit.tech/regenerate_site

15 lines
181 B
Bash
Executable File

#!/usr/bin/env bash
# Use this on the server
# to get latest content
# and re-generate the site
cd creativespirit.tech/
git pull
cd scripts/
./run
sudo systemctl reload nginx