mirror of
https://github.com/ruanbekker/docker-selfhosted-server.git
synced 2025-04-20 08:21:41 +02:00
Create .drone.yml
This commit is contained in:
parent
47577a510e
commit
08a0a96711
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: greeting
|
||||||
|
image: busybox
|
||||||
|
commands:
|
||||||
|
- echo hi
|
Loading…
x
Reference in New Issue
Block a user