IW4xDocker/.drone.yml
Jack Hadrill ce45b31656
Some checks failed
continuous-integration/drone/push Build is failing
Add '.drone.yml'
2022-08-09 18:20:46 +00:00

17 lines
322 B
YAML

kind: pipeline
type: docker
name: deploy
steps:
- name: push
image: plugins/docker
when:
branch:
- main
settings:
dockerfile: Dockerfile
repo: git.jacknet.io/jackhadrill/iw4xdocker
username: JackNet
password:
from_secret: password
registry: git.jacknet.io