all repos — site @ 80dd3134bf55045116b2d2d3b1b0374c8603101b

source for my site, found at icyphox.sh

Create deploy script

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Thu, 21 Mar 2019 23:00:40 +0530
commit

80dd3134bf55045116b2d2d3b1b0374c8603101b

parent

d5d6f439720f3aa78a577962829a60f8e4cad778

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
A deploy.sh

@@ -0,0 +1,4 @@

+#!/usr/bin/env bash + +# push contents of `build/` to the `gh-pages` branch +git subtree push --prefix build origin gh-pages