all repos — site @ 20a683cf7ea28caec95f2ac46cbc89744a79f180

source for my site, found at icyphox.sh

deploy.sh (view raw)

1#!/usr/bin/env bash
2
3echo "[*] Deploying to gh-pages..."
4git subtree push --prefix build origin gh-pages
5echo "[*] Done! Check it out at: https://icy.ph0x.me"