migrate pipeline
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
0e54f706e0
commit
6c2c961975
@ -1,14 +1,31 @@
|
|||||||
pipeline:
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
docker:
|
steps:
|
||||||
image: plugins/docker
|
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
repo: bunix42/deploy-tools
|
repo: bunix42/deploy-tools
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
secrets: [ docker_username, docker_password ]
|
|
||||||
|
|
||||||
slack:
|
- name: slack
|
||||||
image: plugins/slack
|
image: plugins/slack
|
||||||
|
settings:
|
||||||
|
webhook:
|
||||||
|
from_secret: slack_webhook
|
||||||
channel: drone
|
channel: drone
|
||||||
username: drone
|
username: drone
|
||||||
secrets: [ slack_webhook ]
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
Loading…
Reference in New Issue