From 7e09daea228bef6efea589d54110bcd57540b1db Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 24 Jan 2019 10:05:48 +0000 Subject: [PATCH] Add netlify.toml --- netlify.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..c038cae --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +[build] +command = "composer prod" +publish = "output_prod" +environment = { PHP_VERSION = "7.2" }