From 989a27395e9649ea932f048219d6c5d0f5e63eda Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 14 Aug 2020 15:20:36 +0200 Subject: [PATCH] deploy script for now --- scripts/deploy.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/deploy.sh diff --git a/scripts/deploy.sh b/scripts/deploy.sh new file mode 100755 index 00000000..8027b1d8 --- /dev/null +++ b/scripts/deploy.sh @@ -0,0 +1,6 @@ +git checkout gh-pages +cp -R target/* . +git add $(find . -maxdepth 1 -type f) +git add themes +git commit -m "update hydrogen" +git checkout master