This commit is contained in:
parent
8616ad05d7
commit
f645b11ddc
16
.drone.yml
Normal file
16
.drone.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: deploy
|
||||||
|
steps:
|
||||||
|
- name: push
|
||||||
|
image: plugins/docker
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
settings:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
repo: registry.jacknet.io/jackhadrill/games/killingfloor2
|
||||||
|
username: drone
|
||||||
|
password:
|
||||||
|
from_secret: password
|
||||||
|
registry: registry.jacknet.io
|
Loading…
x
Reference in New Issue
Block a user