all repos — site @ eaf865e5ae511396f1c74a4a5208d2e3a5557668

source for my site, found at icyphox.sh

refactor(deploy): hardcode `build` dir
Anirudh icyph0x@pm.me
Sat, 16 Jun 2018 16:38:55 +0530
commit

eaf865e5ae511396f1c74a4a5208d2e3a5557668

parent

5fca3bf05e1c0482d31e51f06b6451a647654e8e

1 files changed, 2 insertions(+), 6 deletions(-)

jump to
M deploy.shdeploy.sh

@@ -1,8 +1,4 @@

#!/usr/bin/env bash -if [ -z "$1" ] -then - echo "no folder mentioned :v" - exit 1 -fi -git subtree push --prefix $1 origin gh-pages +echo "[*] Deploying to gh-pages..." +git subtree push --prefix build origin gh-pages