aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2022-02-14 10:55:33 -0500
committerCara Salter <cara@devcara.com>2022-02-15 08:27:37 -0500
commit18abf2d8410bd31f16b406e6e5be18c9c14b653f (patch)
tree1449f8638139d201b40ce4fdbab1e09e3e3f642a /.drone.yml
parent274f2cceabc1b0e2b35e0937473a6497a82d7c98 (diff)
downloadglitch-ng-0.6.0.tar.gz
glitch-ng-0.6.0.zip
Add CI0.6.0
Update dependencies Update docker image Fix CI Docker
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..aafa325
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,21 @@
+kind: pipeline
+type: docker
+name: default
+
+steps:
+ - name: build
+ image: rust:latest
+ commands:
+ - cargo check
+
+ - name: docker
+ image: plugins/docker
+ settings:
+ username: robot$drone
+ password:
+ from_secret: docker_password
+ repo: reg.devcara.com/glitch/bot
+ registry: reg.devcara.com
+ auto_tag: true
+ when:
+ event: tag