mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-13 02:40:26 +00:00

For "master" we need to rebuild the prerelease; for "tiddlywiki-com" we need to rebuild the main release using the latest release. I want to have as much of the travis specific build logic expressed in travis.yml as possible, hence having to figure out Travis's syntax rather than doing everything in a script that tests the $TRAVIS_BRANCH environment variable...
15 lines
225 B
Bash
Executable File
15 lines
225 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Deploy the output folder to github
|
|
|
|
# pushd ../jermolene.github.io
|
|
|
|
# git add --all || exit 1
|
|
|
|
# git commit -m "Updates" || exit 1
|
|
|
|
# git push origin || exit 1
|
|
|
|
# popd
|
|
|
|
echo "(Placeholdeer feploying to GitHub)" |