add drone config, update dependencies

This commit is contained in:
steam
2021-02-07 18:43:47 +01:00
parent df03d7d186
commit 897864fdf8
3 changed files with 32 additions and 9 deletions
+15
View File
@@ -0,0 +1,15 @@
---
kind: pipeline
name: "toy-bot coding challenge pipeline"
steps:
-
commands:
- "mvn clean test"
image: "maven:3-jdk-11"
name: test
-
image: appleboy/drone-telegram
name: "send telegram notification"
settings:
to: 733452136
token: "986857118:AAFN9uAhYl_0WMYUE6hWGPoLArjjBBPxDnM"