From 5d8710516f03eb66a07572619384a41d7a66c25a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 18 Sep 2019 17:37:08 +0200 Subject: [PATCH] deploy.sh -> build.sh --- deploy.sh => build.sh | 0 netlify.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename deploy.sh => build.sh (100%) 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