From 32ecf962199a5dc1728165a80ba73e7f00b726b9 Mon Sep 17 00:00:00 2001 From: geekup-legodevops <72587752+geekup-legodevops@users.noreply.github.com> Date: Thu, 14 Apr 2022 11:27:14 +0700 Subject: [PATCH] Remove postdeploy script in app.json for heroku (#12907) --- app.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/app.json b/app.json index 50e052fe39..5ca50350a6 100644 --- a/app.json +++ b/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",