From c4fbec31481681d31088a8dd49491d0239eb2bfb Mon Sep 17 00:00:00 2001 From: 17ms Date: Fri, 12 Jul 2024 23:11:17 +0300 Subject: [PATCH] docs: fix the deployment script name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c42d849..4be7cff 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ touch .env && echo -e "MODE=\"development\"\nEXPORT_INTERVAL=\"60\"" > .env # 60 ## Usage -The included `usage.sh` shellscript should be used for any kind of (development or production) deployment. It builds a new Docker image without caching, prompts for removal of any possible conflicting containers, and finally deploys the newly built image as a container with the `data/` local directory mounted as a volume. +The included `deploy.sh` shellscript should be used for any kind of (development or production) deployment. It builds a new Docker image without caching, prompts for removal of any possible conflicting containers, and finally deploys the newly built image as a container with the `data/` local directory mounted as a volume. ```shell chmod +x ./scripts/deploy.sh