From 0fbee51c0116fdfe03ba76f20018807681635378 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 2 Aug 2024 10:00:36 +0200 Subject: [PATCH] Remove unused Heroku "deploy" Rake task --- lib/tasks/no_rails/deploy.rb | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 lib/tasks/no_rails/deploy.rb diff --git a/lib/tasks/no_rails/deploy.rb b/lib/tasks/no_rails/deploy.rb deleted file mode 100644 index 9446b4bd..00000000 --- a/lib/tasks/no_rails/deploy.rb +++ /dev/null @@ -1,5 +0,0 @@ -desc "Deploy" -task :deploy do - system("git push heroku && heroku run rake db:migrate") -end -