Create deploy script Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Thu, 21 Mar 2019 23:00:40 +0530
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