Add drone yml
This commit is contained in:
parent
d486f8878d
commit
98d5cdc7af
12
.drone.yml
Normal file
12
.drone.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: exec
|
||||||
|
name: default
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: run
|
||||||
|
commands:
|
||||||
|
- docker-compose up -d --remove-orphans
|
Loading…
Reference in New Issue
Block a user