-
Notifications
You must be signed in to change notification settings - Fork 0
License
r-ideas/heroku-deploy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
DeployToHerokuTask ================== This plugin add tasks their help you deploy your rails application to Heroku. == Installation RAILS 2 script/plugin install git@github.com:r-ideas/heroku-deploy.git RAILS 3 rails plugin install git@github.com:r-ideas/heroku-deploy.git == Example #Rename app on Heroku rake heroku:rename_app[<old_name>,<new_name>] #Import Heroku database to local server rake heroku:import[<app_name>] #Export local server dabatase to Heroku rake heroku:export[<app_name>] #Deploy application to Heroku rake heroku:deploy Copyright (c) 2011 R-IDEAS, released under the MIT license
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published