Drone deploy
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Meutel 2019-09-10 19:43:02 +02:00
parent 92c5571393
commit ce02e3c752
1 changed files with 17 additions and 0 deletions

17
.drone.yml Normal file
View File

@ -0,0 +1,17 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: deploy
image: minio/mc
environment:
MC_HOST_meutel:
from_secret: MC_HOST_meutel
commands:
- mc cp --recursive public/* meutel/home
trigger:
branch:
- master