-
Notifications
You must be signed in to change notification settings - Fork 12
Publishing Using a Pull Request (For Reference Only)
Daniel Lemky edited this page Nov 22, 2023
·
1 revision
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
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:
git checkout develop
git fetch qa
git merge qa/develop
./qa_publish.sh