deploy.sh -> build.sh

This commit is contained in:
Samuel Štancl 2019-09-18 17:37:08 +02:00
parent 3902574459
commit 5d8710516f
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
[build]
environment = { PHP_VERSION = "7.2" }
publish = "/dist"
command = "./deploy.sh"
command = "./build.sh"