1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
448 B
YAML

3 years ago
---
kind: pipeline
type: docker
name: default
6 years ago
3 years ago
steps:
- name: docker
image: plugins/docker
settings:
repo: bunix42/deploy-tools
3 years ago
username:
from_secret: docker_username
password:
from_secret: docker_password
6 years ago
tags:
3 years ago
- latest
3 years ago
- name: slack
image: plugins/slack
settings:
webhook:
from_secret: slack_webhook
channel: drone
username: drone
3 years ago
trigger:
branch:
- master
event:
- push