You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dr/.woodpecker.yml

10 lines
390 B

pipeline:
release:
image: rust:1-buster
when:
event: tag
secrets: [ gitea_api_key , cargo_registry_token ]
commands:
- cargo build --release
- curl --user guillem:$GITEA_API_KEY --upload-file target/release/dr https://git.guillemborrell.es/api/packages/guillem/generic/dr/$CI_COMMIT_TAG/dr-linux-amd64
- cargo publish --token $CARGO_REGISTRY_TOKEN