Skip to content

Commit a747a5d

Browse files
sapklunny
authored andcommitted
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
1 parent 212fef0 commit a747a5d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.drone.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,18 @@ pipeline:
255255
when:
256256
event: [ push, tag ]
257257

258+
gpg-sign:
259+
image: plugins/gpgsign:1
260+
pull: true
261+
secrets: [ gpgsign_key, gpgsign_passphrase ]
262+
detach_sign: true
263+
files:
264+
- dist/release/*
265+
excludes:
266+
- dist/release/*.sha265
267+
when:
268+
event: [ push, tag ]
269+
258270
release:
259271
image: plugins/s3:1
260272
pull: true

0 commit comments

Comments
 (0)