Skip to content

Instantly share code, notes, and snippets.

@hectorperez
Created August 19, 2014 11:00
Show Gist options
  • Save hectorperez/6eb14fa0c1cf2b34b7e8 to your computer and use it in GitHub Desktop.
Save hectorperez/6eb14fa0c1cf2b34b7e8 to your computer and use it in GitHub Desktop.
deploy to production
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