1
0
Fork 0

Create .drone.yml

master
Ambrose Chua 2018-12-02 00:03:32 +08:00 committed by GitHub
parent 0f516ef764
commit 56cd7c0d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

23
.drone.yml Normal file
View File

@ -0,0 +1,23 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: registry.makerforce.io
repo: registry.makerforce.io/ambrose/pwn
dockerfile: Dockerfile
tags:
- latest
username:
from_secret: docker_username
password:
from_secret: docker_password
- name: slack
image: plugins/slack
settings:
webhook:
from_secret: slack_webhook
when:
status: [ failure, success ]