summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 8e571640b7..dd56477dbe 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -255,6 +255,18 @@ pipeline:
when:
event: [ push, tag ]
+ gpg-sign:
+ image: plugins/gpgsign:1
+ pull: true
+ secrets: [ gpgsign_key, gpgsign_passphrase ]
+ detach_sign: true
+ files:
+ - dist/release/*
+ excludes:
+ - dist/release/*.sha265
+ when:
+ event: [ push, tag ]
+
release:
image: plugins/s3:1
pull: true