Skip to content

Commit

Permalink
debugging heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
farirat committed Feb 24, 2022
1 parent 78d019d commit 16b334e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"logo": "https://docs.jasminsms.com/en/latest/_static/jasmin-small.png",
"success_url": "/welcome",
"stack": "heroku-20",
"scripts": {
"postdeploy": "mkdir -p /tmp/var/log/jasmin"
},
"env": {
"ROOT_PATH": {
"description": "Base path for Jasmin logs and config files, set to /tmp to avoid heroku readonly fs limit",
Expand All @@ -24,8 +27,5 @@
"addons": [
"redistogo",
"cloudamqp"
],
"scripts": {
"postdeploy": "mkdir -p /tmp/var/log/jasmin"
}
]
}

0 comments on commit 16b334e

Please sign in to comment.