feat: switch from hourly to nightly rebuilds
All checks were successful
continuous-integration/drone/push Build is passing

* hourly is a bit much anyway
This commit is contained in:
surtur 2020-11-03 20:49:12 +01:00
parent 14d809154c
commit 49b9d2eafa
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ trigger:
event:
- cron
cron:
- hourly-build
- nightly
status:
- success
- failure
@ -98,7 +98,7 @@ steps:
settings:
message: >
{{#success build.status}}
✅ [Hourly build #{{build.number}}]({{build.link}}) of `{{repo.name}}` succeeded.
✅ [Nightly build #{{build.number}}]({{build.link}}) of `{{repo.name}}` succeeded.
event: **`{{build.event}}`**
commit [`${DRONE_COMMIT_SHA:0:7}`](https://git.dotya.ml/${DRONE_REPO}/commit/${DRONE_COMMIT_SHA}) by {{commit.author}} on `{{commit.branch}}`
{{else}}

View File

@ -7,7 +7,7 @@
This repository provides the Dockerfile to create a Docker image used for web developent using [Hugo](https://gohugo.io) website building framework.
The image is rebuilt approximately every hour to ensure it always has the latest packages.
The image is rebuilt <del>approximately every hour</del> nightly to ensure it always has the latest packages.
push mirror lives in [this GitHub repo](https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/docker-fedora-hugo)
development happens on [this Gitea instance](https://git.dotya.ml/wanderer/docker-fedora-hugo)