This commit is contained in:
parent
7afd442178
commit
ce45b31656
16
.drone.yml
Normal file
16
.drone.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user