dental-notation-cli/.drone.yml
Guilhem Barthés dd516ac3d0
Some checks failed
continuous-integration/drone/tag Build is failing
ci: Add env to command
2022-09-02 22:32:51 +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:
cargo_token: cargo_token
trigger:
event:
- tag