File: deploy.sh

package info (click to toggle)
matrix-hydrogen 0.1.30~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,500 kB
  • sloc: javascript: 17,264; sh: 58; makefile: 16
file content (6 lines) | stat: -rwxr-xr-x 144 bytes parent folder | download
1
2
3
4
5
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