Add '.drone.yml'
This commit is contained in:
parent
24b43dc625
commit
58716798b0
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
context: .
|
||||||
|
settings:
|
||||||
|
repo: djpbessems/lighttpd-php-powershell
|
||||||
|
tags: latest
|
||||||
|
username:
|
||||||
|
from_secret: dockerhub_username
|
||||||
|
password:
|
||||||
|
from_secret: dockerhub_password
|
Loading…
Reference in New Issue
Block a user