all repos — site @ b7fc2023f8239e9564fad5dba715efe752b27ab6

source for my site, found at icyphox.sh

deploy.sh (view raw)

 1
 2
 3
 4
 5
#!/usr/bin/env bash

echo "[*] Deploying to gh-pages..."
git subtree push --prefix build origin gh-pages
echo "[*] Done! Check it out at: https://icy.ph0x.me"