Droooooooooooooone
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2021-08-01 01:18:07 +02:00
parent d12c4f3d79
commit 6c43835017
1 changed files with 19 additions and 0 deletions

19
.drone.yml Normal file
View File

@ -0,0 +1,19 @@
---
kind: pipeline
name: deploy to coopcloud-mellor
steps:
- name: deploy website
image: 3wordchant/docker-cp-deploy:latest
settings:
host: mellor.coopcloud.tech
service: custom_html_servers_coop_app
source: .
dest: /usr/share/nginx/html
deploy_key:
from_secret: drone_ssh_coopcloud_mellor
trigger:
branch:
- main
event:
exclude:
- pull_request