Compare commits

...

2 Commits

Author SHA1 Message Date
Kevin Dorner 050f4042c3 ci: add buildinfo and adjust incoming path
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
2022-09-24 15:52:04 +02:00
Kevin Dorner 13c25eb2ea ci: fix plugin tag
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
2022-09-22 12:24:38 +02:00
1 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ pipeline:
event: [push, tag] event: [push, tag]
publish: publish:
image: docker.io/plugins/sftp image: docker.io/plugins/sftp:linux-amd64
pull: true pull: true
settings: settings:
host: host:
@ -26,7 +26,8 @@ pipeline:
- ../*.dsc - ../*.dsc
- ../*.git - ../*.git
- ../*.changes - ../*.changes
destination_path: /var/www/repository/debian/incoming - ../*.buildinfo
destination_path: /var/www/repository/debian/incoming/input
when: when:
event: [tag] event: [tag]