Merge branch 'main' of https://git.jacknet.io/jackhadrill/QuakeLiveDocker
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jack Hadrill 2022-07-28 00:53:51 +01:00
commit d49ef9eb2b
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