From 2fd53d771fa5719f81e4c93e292edd7c6ae29cd6 Mon Sep 17 00:00:00 2001 From: Cody Reichert Date: Wed, 16 Oct 2019 22:34:00 -0500 Subject: [PATCH] Add postdeploy script to app.json --- app.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app.json b/app.json index 52e53d2..8c9511d 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,7 @@ { "name": "go-heroku-example", "scripts": { + "postdeploy": "sleep 300" }, "env": { },