Procházet zdrojové kódy

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
tags/v1.5.0-dev
Antoine GIRARD před 6 roky
rodič
revize
a747a5d05f
1 změnil soubory, kde provedl 12 přidání a 0 odebrání
  1. 12
    0
      .drone.yml

+ 12
- 0
.drone.yml Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit