aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
blob: aafa325600c9254af2d51dd16cecec7e41002e81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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