We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e257147 commit 565b55bCopy full SHA for 565b55b
netlify.toml
@@ -1,8 +1,10 @@
1
-# Global settings applied to the whole site. See more info here: https://www.netlify.com/docs/netlify-toml-reference/
+# Global settings applied to the whole site.
2
+# See more info here: https://www.netlify.com/docs/netlify-toml-reference/
3
4
[build]
5
publish = "build_production"
6
command = "yarn run production"
7
8
[build.environment]
- PHP_VERSION = "7.2"
9
+ NODE_VERSION = "14"
10
+ PHP_VERSION = "8.0"
0 commit comments