From 53cbbd31331f305bb0c0c529e5e3204e32ec0e0e Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sat, 7 Sep 2024 12:03:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=8B=D1=82=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B8=D1=82=D1=8C=20=D0=B2?= =?UTF-8?q?=D1=80=D0=B5=D0=BC=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8cc6b5ad..95d2d147 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,9 +23,6 @@ steps: - cd /usr/src/app - cp ./content/.quartz/quartz.config.ts . - cp ./content/.quartz/quartz.layout.ts . - - cd content - - git status - - cd .. - npx quartz build - mv public /drone/src - name: publish to server @@ -56,6 +53,6 @@ steps: # drone sign --save upagge/digital-garden --- kind: signature -hmac: 046bc682385eb155178ee16303a3d529b4f94b0b0eea2665d4eb56ed4a9fadb1 +hmac: f0242580342a4e8a52075fc770ff05987528783888bb326f14905fb04df6ade1 ...