We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
THIS FOR REFERENCE ONLY. You should not use this method unless you fully understand the nuances of this deployment process.
[From Original Readme]
so, ideally, if you're using a pull request, your workflow could go something like:
git checkout develop
do stuff
git commit sumthin
git pull-request -b moxiworks:develop <- requires hub be installed on your system
git pull-request -b moxiworks:develop
hub
If you're handling the other end of the PR, you'll need to merge the changes from develop into gh-pages. Your workflow could go something like:
develop
gh-pages
git fetch qa
git merge qa/develop
./qa_publish.sh