theshell/travis/publish.sh

9 lines
390 B
Bash
Raw Normal View History

2018-08-09 17:33:53 +10:00
git clone https://github.com/vicr123/vicr123.github.io.git MainSite
cd MainSite/repo/arch/x86_64
git rm theshell-blueprint*.pkg.tar.xz
2018-08-09 18:06:26 +10:00
cp /build/theshell-blueprint/theshell-blueprint*.pkg.tar.xz ./
2018-08-09 17:33:53 +10:00
repo-add theappsbp.db.tar.gz theshell-blueprint*.pkg.tar.xz
git add .
2018-08-09 18:17:07 +10:00
git commit -m "Update theShell Blueprint"
2018-08-09 17:33:53 +10:00
git push https://vicr123:$GITHUB_TOKEN@github.com/vicr123/vicr123.github.io.git