This commit is contained in:
parent
24ee0b935a
commit
0eb55bbffe
1 changed files with 20 additions and 0 deletions
20
.drone.yml
Normal file
20
.drone.yml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: ameba
|
||||||
|
image: veelenga/ameba
|
||||||
|
commands:
|
||||||
|
- ameba src/
|
||||||
|
- name: build
|
||||||
|
image: tmaier/docker-compose
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
path: /var/run/docker.sock
|
||||||
|
commands:
|
||||||
|
- shards install --production
|
||||||
|
- shards build --release --static
|
||||||
|
depends_on:
|
||||||
|
- ameba
|
Loading…
Reference in a new issue