From 5f8fd3da02fc8c879dd3cdedb9cd89ea5cb4c8a8 Mon Sep 17 00:00:00 2001 From: vfaris Date: Sun, 26 Mar 2017 06:00:51 +0700 Subject: [PATCH] Add Heroku generated app.json --- app.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..fb53f7b --- /dev/null +++ b/app.json @@ -0,0 +1,20 @@ +{ + "name": "docker-alpine-wordpress", + "description": "", + "scripts": { + "postdeploy": "bin/setup", + "pr-predestroy": "bin/teardown" + }, + "env": { + }, + "formation": { + }, + "addons": [ + + ], + "buildpacks": [ + { + "url": "https://github.com/ProjectFWO/heroku-buildpack-wordpress" + } + ] +}