QuakeLiveDocker/.drone.yml

16 lines
336 B
YAML
Raw Normal View History

2022-07-28 00:28:38 +01:00
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
2022-07-28 01:06:07 +01:00
registry: registry.jacknet.io