d2ray/.drone.yml
quackerd 9f86331800
Some checks failed
continuous-integration/drone/push Build is failing
everything
2021-04-23 02:51:06 -04:00

28 lines
437 B
YAML

kind: pipeline
type: docker
name: Docker image build
trigger:
branch:
- master
steps:
- name: prep
image: alpine
commands:
- sh ./ci_prep.sh
- name: build
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: quackerd/d2ray
- name: reload
image: alpine
commands:
- sh ./ci_reload.sh