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