creativespirit.tech/regenerate_site

15 lines
181 B
Plaintext
Raw Normal View History

2022-06-02 09:29:14 +00:00
#!/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