jupyterhub/.drone.yml

17 lines
322 B
YAML
Raw Permalink Normal View History

2022-08-17 00:04:17 +01:00
kind: pipeline
type: docker
name: deploy
steps:
- name: push
image: plugins/docker
when:
branch:
- main
settings:
dockerfile: Dockerfile
repo: git.jacknet.io/jackhadrill/jupyterhub
username: JackNet
password:
from_secret: password
registry: git.jacknet.io