washweb-website/.drone.yml

19 lines
478 B
YAML
Raw Normal View History

2023-06-28 10:28:00 +00:00
---
2023-06-28 10:26:39 +00:00
kind: pipeline
name: deploy to quarto.washnote.org
steps:
- name: build quarto site
image: cynkra/quarto-r:1.4.169-4.3.1
commands:
2023-06-28 10:32:39 +00:00
- quarto render
2023-06-28 10:26:39 +00:00
- name: deploy to running app instance
image: git.coopcloud.tech/coop-cloud/docker-cp-deploy:latest
2023-06-28 10:32:39 +00:00
settings:
host: washnote.org
2023-06-28 10:38:41 +00:00
port: 2222
2023-06-28 10:37:09 +00:00
service: dev_washnote_org
2023-06-28 10:32:39 +00:00
source: _site
dest: /usr/share/nginx/html/
deploy_key:
from_secret: drone_ssh_washnote_org