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:
|
||||
image: plugins/docker
|
||||
steps:
|
||||
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: bunix42/deploy-tools
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
tags:
|
||||
- latest
|
||||
secrets: [ docker_username, docker_password ]
|
||||
- latest
|
||||
|
||||
slack:
|
||||
image: plugins/slack
|
||||
- name: slack
|
||||
image: plugins/slack
|
||||
settings:
|
||||
webhook:
|
||||
from_secret: slack_webhook
|
||||
channel: drone
|
||||
username: drone
|
||||
secrets: [ slack_webhook ]
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
|
Loading…
Reference in New Issue