From 5e82fbf6024ae95e0086cb74f4c76d688bf9754d Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Tue, 3 Sep 2024 12:39:27 +0300 Subject: [PATCH] cicd --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 72fe4e2d..79154203 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ steps: - cp ./.quartz/quartz.config.ts /usr/src/app/ - cp ./.quartz/quartz.layout.ts /usr/src/app/ - cd /usr/src/app/ - - npx quartz + - npx quartz build - chmod +x zip_image.sh - ls -la - ./zip_image ./public @@ -52,6 +52,6 @@ steps: # drone sign --save upagge/digital-garden --- kind: signature -hmac: d2863350925ea7b53e1a4fdbcfb9211ba054ccc484f64cd8a132285f57e65b12 +hmac: 973b177397e905803b490cf6cceebcf7790bf58e6114f7c62b2c8271fcdaa0c0 ...