This commit is contained in:
parent
a5b5d0486c
commit
4c12a5927e
17
.drone.yml
Normal file
17
.drone.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
kind: pipeline
|
||||||
|
type: exec
|
||||||
|
name: default
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
commands:
|
||||||
|
- docker build .
|
||||||
|
- name: run
|
||||||
|
commands:
|
||||||
|
- docker-compose up --build -d
|
||||||
|
|
Loading…
Reference in New Issue
Block a user