aboutsummaryrefslogblamecommitdiff
path: root/.drone.yml
blob: aafa325600c9254af2d51dd16cecec7e41002e81 (plain) (tree)




















                                      
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