jefflunt / rpglogger

(retired) Build your own strategy guide for any RPG
6 stars 0 forks source link

Create rake task for heroku deployment #41

Closed jefflunt closed 12 years ago

jefflunt commented 12 years ago
  1. It will need to run the git push to heroku
    • simple git push heroku master
  2. It will need check for, and notify you of available DB migrations to be run
    • check DB version vs. the most recent migration file name, somehow
  3. It would be nice if it also opened a browser window to see the new version of the app
    • simple open http://rpglogger.com
jefflunt commented 12 years ago

Nah. Not necessary on second thought.