Compare commits

...

2 Commits

Author SHA1 Message Date
050f4042c3 ci: add buildinfo and adjust incoming path
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-09-24 15:52:04 +02:00
13c25eb2ea ci: fix plugin tag
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-09-22 12:24:38 +02:00

View File

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