From d59d253ee9c6a01057643c7fa0966e63d0531a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilhem=20Barth=C3=A9s?= Date: Fri, 2 Sep 2022 23:03:40 +0200 Subject: [PATCH] ci: Add CI pipeline file --- .drone.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..175bbc7 --- /dev/null +++ b/.drone.yml @@ -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