~ 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
|
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"
|
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"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user