--- 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