ci: Add CI pipeline file

This commit is contained in:
Guilhem Barthés 2022-09-02 23:03:40 +02:00
parent 56a50ab6f4
commit d59d253ee9

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
kind: pipeline
type: docker
name: default
steps:
- name: publish
image: rust:slim
commands:
- /usr/bin/env cargo publish
environment:
CARGO_REGISTRY_TOKEN:
from_secret: cargo_token
trigger:
event:
- tag