blob: c294451e1abdc42fadc7170547c9e5a9322226fa (
plain) (
blame)
1
2
3
4
5
6
7
8
|
set -exuo pipefail
npx @11ty/eleventy
mkdir -p /srv/www.starfall.systems
cp -r _site /srv/www.starfall.systems
install www.starfall.systems /etc/nginx/sites-available/www.starfall.systems
sudo nginx -s reload
|