Skip to content

Commit

Permalink
chore(heroku): use heroku-24 stack
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbot authored Jul 25, 2024
1 parent a79b910 commit 4c7c420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "email-microservice",
"stack": "heroku-24",
"addons": [
{
"plan": "heroku-redis:mini"
Expand All @@ -22,9 +24,7 @@
},
"formation": {
},
"name": "email-microservice",
"scripts": {
"postdeploy": "pipenv run alembic upgrade head"
},
"stack": "heroku-20"
}
}

0 comments on commit 4c7c420

Please sign in to comment.