This repository has been archived on 2020-06-17. You can view files and clone it, but cannot push or open issues or pull requests.
minio/.drone.yml

17 lines
326 B
YAML
Raw Permalink Normal View History

2020-03-29 09:13:22 +00:00
---
kind: pipeline
name: default
steps:
- name: Deploy Minio with Dokku
image: appleboy/drone-git-push:0.2.1-linux-amd64
2020-03-29 09:13:22 +00:00
settings:
remote: ssh://dokku@minio.autonomic.zone:222/minio
ssh_key:
from_secret: drone_deploy_key
2020-04-18 15:39:10 +00:00
trigger:
branch:
- master
event:
exclude:
- pull_request