Remove postdeploy script in app.json for heroku (#12907)

This commit is contained in:
geekup-legodevops 2022-04-14 11:27:14 +07:00 committed by GitHub
parent 0766f83cf0
commit 32ecf96219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,9 +17,6 @@
"logo": "https://raw.githubusercontent.com/appsmithorg/appsmith/master/static/logo.png", "logo": "https://raw.githubusercontent.com/appsmithorg/appsmith/master/static/logo.png",
"success_url": "/", "success_url": "/",
"stack": "container", "stack": "container",
"scripts": {
"postdeploy" : "/analytics.sh"
},
"env": { "env": {
"APPSMITH_MONGODB_URI": { "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", "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",