Remove postdeploy script in app.json for heroku (#12907)
This commit is contained in:
parent
0766f83cf0
commit
32ecf96219
3
app.json
3
app.json
|
|
@ -17,9 +17,6 @@
|
|||
"logo": "https://raw.githubusercontent.com/appsmithorg/appsmith/master/static/logo.png",
|
||||
"success_url": "/",
|
||||
"stack": "container",
|
||||
"scripts": {
|
||||
"postdeploy" : "/analytics.sh"
|
||||
},
|
||||
"env": {
|
||||
"APPSMITH_MONGODB_URI": {
|
||||
"description": "Your Mongo Database URI. Since Heroku doesn't support a managed MongoDB instance, you'll have to create a Mongo DB instance on another service such as https://cloud.mongodb.com",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user