Add Drone.yml

This commit is contained in:
3wc 2023-06-28 11:26:39 +01:00
parent f59f081929
commit bc339c1537
1 changed files with 21 additions and 0 deletions

21
.drone.yml Normal file
View File

@ -0,0 +1,21 @@
--
kind: pipeline
name: deploy to quarto.washnote.org
type: docker
steps:
- name: build quarto site
image: cynkra/quarto-r:1.4.169-4.3.1
commands:
- quarto render
- name: deploy to running app instance
image: git.coopcloud.tech/coop-cloud/docker-cp-deploy:latest
settings:
host: washnote.org
service: dev_washnote_com
source: _site
dest: /usr/share/nginx/html/
deploy_key:
from_secret: drone_ssh_washnote_org