mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-05 03:52:39 -07:00
Adding some preliminary DD notifications.
This commit is contained in:
parent
4350db2135
commit
cfdacae6c8
1 changed files with 11 additions and 0 deletions
11
.drone.yml
11
.drone.yml
|
@ -15,6 +15,17 @@ volumes:
|
||||||
path: /run/docker.sock
|
path: /run/docker.sock
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Notify Datadog That we are starting
|
||||||
|
image: masci/drone-datadog
|
||||||
|
settings:
|
||||||
|
api_key:
|
||||||
|
from_secret: Datadog
|
||||||
|
events:
|
||||||
|
- title: "Begin Build: ${DRONE_REPO}(${DRONE_BUILD_NUMBER})"
|
||||||
|
text: "${DRONE_COMMIT_MESSAGE}(${DRONE_COMMIT_LINK})"
|
||||||
|
alert_type: "info"
|
||||||
|
host: ${DRONE_SYSTEM_HOSTNAME}
|
||||||
|
|
||||||
- name: Validate code base and dependencies
|
- name: Validate code base and dependencies
|
||||||
# image: golang:1.16-alpine3.13
|
# image: golang:1.16-alpine3.13
|
||||||
image: dragonheim/golang:1.16.4
|
image: dragonheim/golang:1.16.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue