Deploy draft
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Meutel 2019-09-11 09:16:53 +02:00
parent 27b738fd82
commit a6cbc7802e
1 changed files with 20 additions and 3 deletions

View File

@ -11,12 +11,29 @@ steps:
from_secret: MC_HOST_meutel
commands:
- mc cp --recursive public/* meutel/home
when:
branch:
- master
- name: draft
image: minio/mc
environment:
MC_HOST_meutel:
from_secret: MC_HOST_meutel
commands:
- mc cp --recursive public/* meutel/home-drafts/${DRONE_COMMIT}.home.www.meutel.net/
- echo http://${DRONE_COMMIT}.home.www.meutel.net
when:
branch:
exclude:
- master
trigger:
branch:
- master
event:
- push
---
kind: signature
hmac: 32d3c679ce2b32064902434cc8521e2e1596955a68febbb9fbe97513fc5d3d7f
hmac: ab23bdbe27bebb1c888603990c22f44b200d8de81f1beffae26a81031a2e3ee9
...