Created
August 19, 2014 11:00
-
-
Save hectorperez/6eb14fa0c1cf2b34b7e8 to your computer and use it in GitHub Desktop.
deploy to production
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git flow release start VERSION | |
vim config/initializers/app.rb & increase version | |
git add config/initializers/app.rb | |
git commit -m "release VERSION" | |
git flow release finish VERSION | |
git checkout develop | |
git push origin develop | |
git checkout master | |
git push origin master | |
cap production deploy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment