~ 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 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" api = "0.5"
[build] [build]
exclude = [ include = [
".heroku",
".cache",
".composer",
".local",
".profile.d", ".profile.d",
"vendor", "Procfile",
".env" "config",
"web",
"wp-cli.yml",
"composer.json",
"composer.lock"
] ]