Add netlify.toml

This commit is contained in:
Oliver Davies 2019-01-24 10:05:48 +00:00
parent 2b65779100
commit 7e09daea22

4
netlify.toml Normal file
View file

@ -0,0 +1,4 @@
[build]
command = "composer prod"
publish = "output_prod"
environment = { PHP_VERSION = "7.2" }