Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace heroku rake tasks with db:prepare #267

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release: POSTGRES_STATEMENT_TIMEOUT=90s bin/rails heroku:release
release: POSTGRES_STATEMENT_TIMEOUT=90s bin/rails db:prepare
web: bin/rails server
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"website": "",
"repository": "https://github.com/codeforamerica/open311status",
"scripts": {
"postdeploy": "POSTGRES_STATEMENT_TIMEOUT=90s bin/rails heroku:postdeploy"
"postdeploy": "POSTGRES_STATEMENT_TIMEOUT=90s bin/rails db:prepare
},
"env": {
"HEROKU_APP_NAME": {
Expand Down
18 changes: 0 additions & 18 deletions lib/tasks/heroku.rake

This file was deleted.