diff --git a/deploy.sh b/build.sh similarity index 100% rename from deploy.sh rename to build.sh diff --git a/netlify.toml b/netlify.toml index 4a21559..4768753 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,4 +1,4 @@ [build] environment = { PHP_VERSION = "7.2" } publish = "/dist" -command = "./deploy.sh" \ No newline at end of file +command = "./build.sh" \ No newline at end of file