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

9 lines
271 B

pipeline:
release:
image: rust:1-buster
when:
event: tag
secrets: [ gitea_api_key ]
commands:
- cargo build --release
- curl --user guillem:$GITEA_API_KEY https://git.guillemborrell.es/api/packages/guillem/generic/dr/$CI_COMMIT_TAG/dr