Fix drone, again

This commit is contained in:
3wc 2023-06-28 11:32:39 +01:00
parent bbc51410b7
commit 85207119b4

View File

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