deploy script for now

This commit is contained in:
Bruno Windels 2020-08-14 15:20:36 +02:00
parent 2a0e78cf68
commit 989a27395e

6
scripts/deploy.sh Executable file
View file

@ -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