From 78a90471a22921047ba2d1979a0303c22e44bdf9 Mon Sep 17 00:00:00 2001 From: felegy Date: Tue, 28 Jun 2022 09:52:47 +0200 Subject: [PATCH] ~ fix build --- Procfile | 1 + project.toml | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Procfile b/Procfile index a346693..720a80f 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ web: PHP_INI_SCAN_DIR=${PHP_INI_SCAN_DIR-:/app/config/php.d} heroku-php-nginx -C config/nginx.conf web +bash: bash -l diff --git a/project.toml b/project.toml index 651635e..7d0e5b0 100644 --- a/project.toml +++ b/project.toml @@ -1,12 +1,12 @@ api = "0.5" [build] -exclude = [ - ".heroku", - ".cache", - ".composer", - ".local", +include = [ ".profile.d", - "vendor", - ".env" + "Procfile", + "config", + "web", + "wp-cli.yml", + "composer.json", + "composer.lock" ]