d2ray/.drone.yml

28 lines
437 B
YAML
Raw Normal View History

2021-04-10 08:21:07 +00:00
kind: pipeline
type: docker
name: Docker image build
trigger:
branch:
- master
steps:
2021-04-23 06:51:06 +00:00
- name: prep
2021-04-22 09:01:45 +00:00
image: alpine
commands:
2021-04-23 06:51:06 +00:00
- sh ./ci_prep.sh
2021-04-22 09:01:45 +00:00
2021-04-10 08:21:07 +00:00
- name: build
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
2021-04-19 07:51:22 +00:00
repo: quackerd/d2ray
2021-04-23 06:51:06 +00:00
- name: reload
2021-04-19 07:51:22 +00:00
image: alpine
commands:
2021-04-23 06:51:06 +00:00
- sh ./ci_reload.sh