Updated woodpecker config to put compiled packages into proper directories for organization
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-10-26 20:13:04 -04:00
parent dfca3b1fd6
commit a22b59d87c

View File

@ -40,7 +40,7 @@ pipeline:
password: password:
from_secret: repo_password from_secret: repo_password
port: 22 port: 22
target: /srv/repo/apt/ target: /srv/repo/apt/zealot/
source: target/debian/zealot*.deb source: target/debian/zealot*.deb
strip_components: 2 strip_components: 2
when: when:
@ -55,7 +55,7 @@ pipeline:
password: password:
from_secret: repo_password from_secret: repo_password
port: 22 port: 22
target: /srv/repo/dnf/ target: /srv/repo/dnf/zealot/
source: target/generate-rpm/zealot*.rpm source: target/generate-rpm/zealot*.rpm
strip_components: 2 strip_components: 2
when: when: