1
0
mirror of https://github.com/taigrr/shorturl synced 2025-01-18 04:03:16 -08:00
shorturl/.drone.yml
FileGo 801777279b
Changed URL format to shortuuid (#21)
* Changed URL format to shortuuid

* Fixed drone CI failure
2021-05-02 17:06:06 +10:00

25 lines
399 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang:latest
commands:
- make test
- name: coverage
image: plugins/codecov
settings:
token:
from_secret: codecov-token
- name: notify
image: plugins/webhook
settings:
urls: https://msgbus.mills.io/ci.mills.io
when:
status:
- success
- failure