my-small-satellite/scm/.drone.yml
steam 5a971d16cb
All checks were successful
continuous-integration/drone/push Build is passing
hide telegram secrets
2022-10-06 08:55:13 +02:00

18 lines
336 B
YAML

---
kind: pipeline
name: "my-small-satellite pipeline"
steps:
-
commands:
- "mvn clean test"
image: "maven:3.8.1-jdk-11"
name: test
-
image: appleboy/drone-telegram
name: "send telegram notification"
settings:
to:
from_secret: telegram_to
token:
from_secret: telegram_token