lib/heroku_deploy/tasks.rb in heroku_deploy-0.0.7 vs lib/heroku_deploy/tasks.rb in heroku_deploy-0.0.8
- old
+ new
@@ -85,15 +85,16 @@
puts ""
puts "Production Deployed!"
puts ""
end
- desc 'Backup and download the code and database'
namespace :backup do
+ desc 'Backup and download the staging code and database in a heroku bundle'
task :staging => :environment do
heroku_deploy.backup "grouppay-staging"
end
+ desc 'Backup and download the production code and database in a heroku bundle'
task :production => :environment do
heroku_deploy.backup "grouppay"
end
end
\ No newline at end of file