From f78ca170249d40ae4368f67518f7cdf9f2d43939 Mon Sep 17 00:00:00 2001 From: Sleepingpirates <32914211+Sleepingpirates@users.noreply.github.com> Date: Wed, 10 Jun 2020 20:08:00 -0400 Subject: [PATCH] Update app.json --- app.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index c90cf8b..817c26c 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,10 @@ { "name": "Invitarr", "description": "This app does one little thing, and does it well.", - "repository": "https://github.com/Sleepingpirates/Invitarr/tree/master/Docker", + "repository": "https://github.com/Sleepingpirates/Invitarr", + "scripts": { + "postdeploy": "git subtree push --prefix Docker Invitarr master" + }, "buildpacks": [ { "url": "heroku/python"