forked from mystiq/hydrogen-web
deploy script for now
This commit is contained in:
parent
2a0e78cf68
commit
989a27395e
1 changed files with 6 additions and 0 deletions
6
scripts/deploy.sh
Executable file
6
scripts/deploy.sh
Executable 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
|
Loading…
Reference in a new issue