lib/heroku_deploy/tasks.rb in heroku_deploy-0.1.9 vs lib/heroku_deploy/tasks.rb in heroku_deploy-0.1.10
- old
+ new
@@ -52,10 +52,10 @@
heroku_deploy.backup_staging
end
desc 'Backup and download the production code and database in a heroku bundle'
task :production => :environment do
- heroku_deploy.backup production_app
+ heroku_deploy.backup_production
end
end
end
end
end
\ No newline at end of file