Updated woodpecker config for pushing to Linux package repos
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-10-26 16:59:42 -04:00
parent 530d83f57d
commit dfca3b1fd6

View File

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