blob: 1e7da44af51eb1624d9ad000cb10188f81b7ce31 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
set -exuo pipefail
npx @11ty/eleventy
rsync -avz _site/* starfall.systems:/srv/starfall.systems
# re-enable this some other time - this config file is currently owned by root
# rsync -avz starfall.systems:/etc/nginx/sites-available/starfall.systems
# ssh starfall.systems "sudo nginx -s reload"
|