~ fix build
This commit is contained in:
1
Procfile
1
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
|
||||
|
||||
14
project.toml
14
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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user