QuakeLiveDocker/.drone.yml
Jack Hadrill 9ae21a3653
All checks were successful
continuous-integration/drone/push Build is passing
Add '.drone.yml'
2022-07-27 23:28:38 +00:00

17 lines
357 B
YAML

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