Compare commits
4 Commits
3aa77129ec
...
04905c59db
Author | SHA1 | Date | |
---|---|---|---|
04905c59db | |||
c4602b9d4e | |||
2f5867028e | |||
1aa4be2e47 |
20
.drone.yml
Normal file
20
.drone.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: exec
|
||||||
|
name: default
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
commands:
|
||||||
|
- docker build .
|
||||||
|
- name: test
|
||||||
|
commands:
|
||||||
|
- docker-compose up --build --abort-on-container-exit
|
||||||
|
- name: run
|
||||||
|
commands:
|
||||||
|
- docker-compose up --build -d
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user