theshell/travis/publish.sh
2018-08-09 18:17:07 +10:00

8 lines
390 B
Bash
Executable file

git clone https://github.com/vicr123/vicr123.github.io.git MainSite
cd MainSite/repo/arch/x86_64
git rm theshell-blueprint*.pkg.tar.xz
cp /build/theshell-blueprint/theshell-blueprint*.pkg.tar.xz ./
repo-add theappsbp.db.tar.gz theshell-blueprint*.pkg.tar.xz
git add .
git commit -m "Update theShell Blueprint"
git push https://vicr123:$GITHUB_TOKEN@github.com/vicr123/vicr123.github.io.git