From da9a56e0dd3ddb1c076fec5a12a8d59143cdef7b Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Wed, 5 Jan 2022 13:02:20 +0100 Subject: [PATCH] docs: wording [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4446592..46d2183 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ### How does the CI/CD work? -The [`.drone.yml`](./.drone.yml) triggers a build on [drone.autonomic.zone](https://drone.autonomic.zone/ruangrupa/living-room) the [`Dockerfile.hugo`](./Dockerfile.hugo) and the [`Dockerfile.scripts`](./Dockerfile.scripts) and then deploys the [`compose.yml`](./compose.yml) stack using `docker stack deploy`. +The [`.drone.yml`](./.drone.yml) triggers a build on [drone.autonomic.zone](https://drone.autonomic.zone/ruangrupa/living-room) of the [`Dockerfile.hugo`](./Dockerfile.hugo) and the [`Dockerfile.scripts`](./Dockerfile.scripts) and then deploys the [`compose.yml`](./compose.yml) stack using `docker stack deploy`. ### How often is the content regenerated?