This commit is contained in:
2024-09-03 12:42:42 +03:00
parent cf85888569
commit 15df471a3d

View File

@@ -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
...