This repository has been archived on 2023-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.zone/.drone.yml

14 lines
301 B
YAML
Raw Normal View History

2020-05-01 11:31:06 +00:00
---
kind: pipeline
2020-05-16 14:57:49 +00:00
name: default
2020-05-01 11:31:06 +00:00
steps:
2020-05-16 14:57:49 +00:00
- name: Deploy Autonomic.zone with Dokku
image: appleboy/drone-git-push:0.2.1-linux-amd64
2020-05-01 11:39:33 +00:00
settings:
2020-05-16 14:57:49 +00:00
remote: ssh://dokku@dokku.autonomic.zone:222/autonomic.zone
ssh_key:
from_secret: drone_deploy_key
2020-05-01 11:31:06 +00:00
trigger:
branch:
- master