dental-notation-cli/.drone.yml

16 lines
244 B
YAML
Raw Permalink Normal View History

2022-09-02 20:17:04 +00:00
kind: pipeline
type: docker
name: default
steps:
- name: publish
2022-09-02 20:49:58 +00:00
image: rust:slim
2022-09-02 20:32:51 +00:00
commands:
- /usr/bin/env cargo publish
2022-09-02 20:17:04 +00:00
environment:
CARGO_REGISTRY_TOKEN:
2022-09-02 20:38:35 +00:00
from_secret: cargo_token
2022-09-02 20:17:04 +00:00
trigger:
event:
- tag