website/.drone.yml
sthope f0c14008c8
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Update '.drone.yml'
2021-09-02 02:14:45 +02:00

25 lines
555 B
YAML

pipeline:
build:
image: golang
commands:
- go build
- go test
# - name: discord notification
# image: appleboy/drone-discord
# settings:
# webhook_id:
# from_secret: discord_webhook_id
# webhook_token:
# from_secret: discord_webhook_token
# avatar_url: https://git.sthope.dev/sthope/drone_test/raw/branch/master/rick.png
# when:
# event:
# - push
# - tag
# - pull_request
# - deployment
# status:
# - changed
# - failure
# - success