Move all files to 2019/
This commit is contained in:
parent
f59a1843de
commit
0b536af737
94 changed files with 0 additions and 0 deletions
9
2019/netlify.toml
Normal file
9
2019/netlify.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[build]
|
||||
command = """
|
||||
composer test
|
||||
composer prod
|
||||
yarn prod
|
||||
cp -R source/dist output_prod
|
||||
"""
|
||||
publish = "output_prod"
|
||||
environment = { PHP_VERSION = "7.2" }
|
Reference in a new issue