Skip to content

Commit 347f63a

Browse files
authored
Updating deployment deps (#1)
1 parent e257147 commit 347f63a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

netlify.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# Global settings applied to the whole site. See more info here: https://www.netlify.com/docs/netlify-toml-reference/
1+
# Global settings applied to the whole site.
2+
# See more info here: https://www.netlify.com/docs/netlify-toml-reference/
23

34
[build]
45
publish = "build_production"
56
command = "yarn run production"
67

78
[build.environment]
8-
PHP_VERSION = "7.2"
9+
NODE_VERSION = "14"
10+
PHP_VERSION = "8.0"

0 commit comments

Comments
 (0)