*Add publish step
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
c740c13511
commit
fa1a0b9b75
|
@ -8,3 +8,13 @@ pipeline:
|
||||||
image: ghcr.io/goreleaser/nfpm
|
image: ghcr.io/goreleaser/nfpm
|
||||||
commands:
|
commands:
|
||||||
- nfpm pkg --packager deb
|
- nfpm pkg --packager deb
|
||||||
|
publish:
|
||||||
|
image: git.lumeweb.com/lumeweb/aptly-publisher
|
||||||
|
settings:
|
||||||
|
apt_username:
|
||||||
|
from_secret: apt_username
|
||||||
|
apt_password:
|
||||||
|
from_secret: apt_password
|
||||||
|
repo: apt.web3relay.io
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue