Add '.drone.yml'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jack Hadrill 2022-07-27 23:28:38 +00:00
parent 0e64796c18
commit 9ae21a3653
1 changed files with 17 additions and 0 deletions

17
.drone.yml Normal file
View 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