~ fix build

This commit is contained in:
felegy
2022-06-28 09:52:47 +02:00
parent 4bdec50e83
commit 78a90471a2
2 changed files with 8 additions and 7 deletions

View File

@@ -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

View File

@@ -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"
]