Создал(а) '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-14 01:31:32 +03:00
parent 613dad75d6
commit 23478945c4

10
.drone.yml Normal file
View File

@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world