d2ray/.drone.yml

28 lines
437 B
YAML
Raw Normal View History

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