Skip to content

Commit ebc1372

Browse files
authoredJul 30, 2024
Replace heroku rake tasks with db:prepare (#267)
1 parent 8470a7b commit ebc1372

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed
 

‎Procfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
release: POSTGRES_STATEMENT_TIMEOUT=90s bin/rails heroku:release
1+
release: POSTGRES_STATEMENT_TIMEOUT=90s bin/rails db:prepare
22
web: bin/rails server

‎app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"website": "",
55
"repository": "https://github.com/codeforamerica/open311status",
66
"scripts": {
7-
"postdeploy": "POSTGRES_STATEMENT_TIMEOUT=90s bin/rails heroku:postdeploy"
7+
"postdeploy": "POSTGRES_STATEMENT_TIMEOUT=90s bin/rails db:prepare
88
},
99
"env": {
1010
"HEROKU_APP_NAME": {

‎lib/tasks/heroku.rake

-18
This file was deleted.

0 commit comments

Comments
 (0)