blog/deploy.sh

15 lines
248 B
Bash
Raw Normal View History

2026-01-01 15:38:41 -08:00
#!/usr/bin/env sh
sudo cp -rt /srv/www/binning.net \
blog \
includes \
index.html \
blog.html \
resume.html \
style.css \
404.html
sudo chown -R nginx:nginx /srv/www/binning.net/
sudo cp -t /etc/nixos/ \
nginx.nix