dental-notation-cli/.drone.yml
Guilhem Barthés 0cf1b51be7
Some checks failed
continuous-integration/drone/tag Build is failing
ci: Get secret to login into cargo
2022-09-02 22:38:35 +02:00

16 lines
246 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: publish
image: rust:alpine
commands:
- /usr/bin/env cargo publish
environment:
CARGO_REGISTRY_TOKEN:
from_secret: cargo_token
trigger:
event:
- tag