From ad3c1a7476816af16b658399b8ee7f1f5033eb75 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Wed, 5 Jan 2022 13:01:40 +0100 Subject: [PATCH] docs: better explained --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e119fb1..4446592 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,7 @@ ### How does the CI/CD work? -[`.drone.yml`](./.drone.yml) builds 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) 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?