1
0

migrate pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
bunix42 2021-05-21 08:08:35 +00:00
parent 0e54f706e0
commit 6c2c961975

View File

@ -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