summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@users.noreply.github.com>2018-06-24 08:40:30 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2018-06-24 14:40:30 +0800
commita747a5d05facbadf5feaf7144f576907d0cb8c23 (patch)
tree1381b32675e91ef2e39ef19fe43d0cab7274758a /.drone.yml
parent212fef08666e30419e0a94397d18e99c1222b0ca (diff)
downloadgitea-a747a5d05facbadf5feaf7144f576907d0cb8c23.tar.gz
gitea-a747a5d05facbadf5feaf7144f576907d0cb8c23.zip
Add gpg-sign step to drone (#4188)
* Add gpg-sign step to drone * add compressed releases to gpg-sign targets * Use exclude to simplify file list drone-plugins/drone-gpgsign#2
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