This commit is contained in:
16
.drone.yml
Normal file
16
.drone.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: telegram-bot-delivery
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: compile
|
||||||
|
image: hseeberger/scala-sbt:11.0.2_2.12.8_1.2.8
|
||||||
|
commands:
|
||||||
|
- sbt compile
|
||||||
|
- name: test
|
||||||
|
image: hseeberger/scala-sbt:11.0.2_2.12.8_1.2.8
|
||||||
|
commands:
|
||||||
|
- sbt test
|
||||||
|
- name: docker:publish
|
||||||
|
image: hseeberger/scala-sbt:11.0.2_2.12.8_1.2.8
|
||||||
|
commands:
|
||||||
|
- sbt docker:publish
|
||||||
Reference in New Issue
Block a user