docs: better explained

This commit is contained in:
cellarspoon 2022-01-05 13:01:40 +01:00
parent 4850c14e37
commit ad3c1a7476
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 3 deletions

View File

@ -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?