all repos — site @ 5249c46df79f529cd6decc696fd67aad51e61e59

source for my site, found at icyphox.sh

style(deploy): colors!
Anirudh icyph0x@pm.me
Thu, 21 Jun 2018 13:56:00 +0530
commit

5249c46df79f529cd6decc696fd67aad51e61e59

parent

b7fc2023f8239e9564fad5dba715efe752b27ab6

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

jump to
M deploy.shdeploy.sh

@@ -1,5 +1,10 @@

#!/usr/bin/env bash -echo "[*] Deploying to gh-pages..." +# colors +ylw='\033[0;33m' +grn='\033[0;32m' +rst='\033[0m' + +echo -e "$ylw[~]$rst Deploying to gh-pages..." git subtree push --prefix build origin gh-pages -echo "[*] Done! Check it out at: https://icy.ph0x.me" +echo -e "$grn[+]$rst Done! Check it out at: https://icy.ph0x.me"