dental-notation-cli/.drone.yml
Guilhem Barthés df2a50ec25
Some checks reported errors
continuous-integration/drone/tag Build encountered an error
ci: Change image
2022-09-02 22:25:09 +02:00

16 lines
232 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: publish
image: rust:latest
command:
- cargo publish
environment:
CARGO_REGISTRY_TOKEN:
cargo_token: cargo_token
trigger:
event:
- tag