Updated woodpecker config for pushing to Linux package repos
This commit is contained in:
parent
530d83f57d
commit
dfca3b1fd6
@ -40,8 +40,8 @@ pipeline:
|
||||
password:
|
||||
from_secret: repo_password
|
||||
port: 22
|
||||
target: "/srv/repo/apt/"
|
||||
source: "target/debian/zealot*.deb"
|
||||
target: /srv/repo/apt/
|
||||
source: target/debian/zealot*.deb
|
||||
strip_components: 2
|
||||
when:
|
||||
event: tag
|
||||
@ -55,8 +55,8 @@ pipeline:
|
||||
password:
|
||||
from_secret: repo_password
|
||||
port: 22
|
||||
target: "/srv/repo/dnf/"
|
||||
source: "target/generate-rpm/zealot*.rpm"
|
||||
target: /srv/repo/dnf/
|
||||
source: target/generate-rpm/zealot*.rpm
|
||||
strip_components: 2
|
||||
when:
|
||||
event: tag
|
||||
|
Loading…
Reference in New Issue
Block a user