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.
homebase/.drone.yml

17 lines
332 B
YAML
Raw Permalink Normal View History

2020-03-25 18:39:53 +00:00
---
kind: pipeline
name: default
steps:
2020-03-29 09:03:54 +00:00
- name: Deploy Homebase with Dokku
image: appleboy/drone-git-push:0.2.1-linux-amd64
2020-03-25 18:39:53 +00:00
settings:
2020-03-25 21:39:04 +00:00
remote: ssh://dokku@dokku.autonomic.zone:222/homebase
2020-03-25 18:47:44 +00:00
ssh_key:
2020-03-29 09:03:54 +00:00
from_secret: drone_deploy_key
2020-04-18 15:38:19 +00:00
trigger:
branch:
- master
event:
exclude:
- pull_request