aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 9445f39..135af58 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,3 +1,4 @@
+---
kind: pipeline
type: docker
name: default
@@ -28,4 +29,9 @@ steps:
- latest
when:
event:
- - tag \ No newline at end of file
+ - tag
+---
+kind: signature
+hmac: fe1d9f29429b7c966b53377ced1af268d08ddd754b535fe41a930b2a5ee44744
+
+...