Skip to content

Commit

Permalink
Remove bin/heroku-release script
Browse files Browse the repository at this point in the history
We can simply inline the command in the Procfile where it's used.
  • Loading branch information
tvararu committed Nov 29, 2024
1 parent 8304999 commit 3d20eb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release: bin/heroku-release
release: bin/rails db:prepare:ignore_concurrent_migration_exceptions
3 changes: 0 additions & 3 deletions bin/heroku-release

This file was deleted.

0 comments on commit 3d20eb6

Please sign in to comment.