Add '.drone.yml'
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Jack Hadrill 2022-07-24 15:41:12 +00:00
parent 3105d63cbb
commit 449c86e81d
1 changed files with 19 additions and 0 deletions

19
.drone.yml Normal file
View File

@ -0,0 +1,19 @@
kind: pipeline
type: docker
name: deploy
steps:
- name: push
depends_on:
- build
image: plugins/docker
when:
branch:
- master
settings:
dockerfile: Dockerfile
repo: registry.jacknet.io/jackhadrill/tftp-server
username: drone
password:
from_secret: password
registry: registry.jacknet.io
auto_tag: true