cicd
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Struchkov Mark 2024-09-03 12:39:27 +03:00
parent 39e4bd8c48
commit 5e82fbf602
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

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