From 15df471a3d801373aafa0358a74cbd6b9d0c1641 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Tue, 3 Sep 2024 12:42:42 +0300 Subject: [PATCH] cicd --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2223d8d5..157503e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: - cd /usr/src/app/ - npx quartz build - chmod +x zip_image.sh - - ./zip_image.sh ./public + - sh zip_image.sh ./public - mv /usr/src/app/public /drone/src - name: publish to server image: private.docker.struchkov.dev/mkdocs:latest @@ -51,6 +51,6 @@ steps: # drone sign --save upagge/digital-garden --- kind: signature -hmac: eb31ce07abd10c259f2819e162be4b8078272e7be2d061cc54734a88fb683386 +hmac: 5e7c4ba08c559da237d5371b9a7daa6a42c7ebe471a5fd53d0d45f16c73bdee3 ...