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

12 lines
278 B
YAML
Raw Normal View History

2020-03-25 18:39:53 +00:00
---
kind: pipeline
name: default
steps:
2020-03-25 18:58:54 +00:00
- name: Deploy application with Dokku
2020-03-25 19:21:34 +00:00
image: appleboy/drone-git-push:0.2.0-linux-amd64
2020-03-25 18:39:53 +00:00
settings:
2020-03-25 19:12:59 +00:00
branch: master
2020-03-25 19:17:47 +00:00
remote: dokku@dokku.autonomic.zone:homebase.git
2020-03-25 18:47:44 +00:00
ssh_key:
2020-03-25 18:58:54 +00:00
from_secret: homebase_deploy_key