mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
deploy script for now
This commit is contained in:
parent
2a0e78cf68
commit
989a27395e
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 New Issue
Block a user