From 85207119b47165733ae272a35bbb0615e7a91ae0 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 28 Jun 2023 11:32:39 +0100 Subject: [PATCH] Fix drone, again --- .drone.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1712312..f1bce71 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,20 +1,17 @@ --- 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 - + - 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 + settings: + host: washnote.org + service: dev_washnote_com + source: _site + dest: /usr/share/nginx/html/ + deploy_key: + from_secret: drone_ssh_washnote_org