Resign action
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sandro - 2024-05-05 15:39:40 +02:00
parent f71ec8cc6f
commit 200fd40d6a
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -1,6 +1,6 @@
---
# don't forget to sign with:
# drone sign c3d2-admins/c3d2-dns --save
# drone sign c3d2/dns --save
kind: pipeline
type: ssh
name: deploy dns
@ -22,6 +22,6 @@ steps:
- if systemctl is-active -q knot; then /run/wrappers/bin/sudo reload-knot; fi
---
kind: signature
hmac: 190a6c8f10422ca7a00c69a5578e8a71be66b3a1e4a7e12a0dc619ca71c6b8b4
hmac: b5918695262fb3e727d83bb76fa59b67138f80613ee70ffd6284c55693274ce6
...