washweb-website/.drone.yml

21 lines
548 B
YAML
Raw Normal View History

2023-06-28 12:28:00 +02:00
---
2023-06-28 12:26:39 +02: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-07-25 16:36:04 +02:00
- 'echo "install.packages(\"rmarkdown\")" | r -'
2023-06-28 12:32:39 +02:00
- quarto render
2023-06-28 12:26:39 +02:00
- name: deploy to running app instance
image: git.coopcloud.tech/coop-cloud/docker-cp-deploy:latest
2023-06-28 12:32:39 +02:00
settings:
host: washnote.org
2023-06-28 12:38:41 +02:00
port: 2222
2023-06-28 12:37:09 +02:00
service: dev_washnote_org
2023-06-28 12:58:50 +02:00
source: .
2023-06-28 12:32:39 +02:00
dest: /usr/share/nginx/html/
2023-06-28 12:58:50 +02:00
chdir: _site
2023-06-28 12:32:39 +02:00
deploy_key:
from_secret: drone_ssh_washnote_org