docs: fix the deployment script name

This commit is contained in:
17ms 2024-07-12 23:11:17 +03:00
parent 9e8aabdba3
commit c4fbec3148
Signed by untrusted user who does not match committer: ae
GPG Key ID: 995EFD5C1B532B3E

View File

@ -14,7 +14,7 @@ touch .env && echo -e "MODE=\"development\"\nEXPORT_INTERVAL=\"60\"" > .env # 60
## Usage ## 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 ```shell
chmod +x ./scripts/deploy.sh chmod +x ./scripts/deploy.sh