This commit is contained in:
parent
6f4731f06f
commit
1425f0584d
1 changed files with 16 additions and 0 deletions
16
.drone.yml
Normal file
16
.drone.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
|
||||
steps:
|
||||
- name: Docker Build
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: silson/php-apache-rsvg
|
||||
username: silson
|
||||
password: invalid
|
Loading…
Reference in a new issue