From 0e8c3a4b52f40815dbae107cd80802ac3959e9b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilhem=20Barth=C3=A9s?= Date: Fri, 2 Sep 2022 22:17:04 +0200 Subject: [PATCH] ci: Trigger publish on tag --- .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..8f8a2bb --- /dev/null +++ b/.drone.yml @@ -0,0 +1,15 @@ +kind: pipeline +type: docker +name: default + +steps: + - name: publish + image: rust:slim + command: + - build + environment: + CARGO_REGISTRY_TOKEN: + cargo_token: cargo_token +trigger: + event: + - tag