washweb-website/.drone.yml
2023-06-28 11:37:09 +01:00

19 lines
477 B
YAML

---
kind: pipeline
name: deploy to quarto.washnote.org
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
port: 222
service: dev_washnote_org
source: _site
dest: /usr/share/nginx/html/
deploy_key:
from_secret: drone_ssh_washnote_org