Skip to content

Deploying

Alex Hinds edited this page Feb 12, 2019 · 6 revisions

Deploy procedure for master releases.

git fetch && git pull origin dev
git checkout master
git pull origin master
git reset --hard dev 
git tag [TAG]
git push origin master --force --tags

Clone this wiki locally