Исправление cicd
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Struchkov Mark 2024-12-25 21:22:20 +03:00
parent 90737fb150
commit e40276fa1d
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -29,7 +29,7 @@ steps:
- chmod 600 ~/.ssh/id_rsa
- ssh-keyscan github.com >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- git clone --depth 1 --dep https://git.struchkov.dev/upagge/digital-garden.git /usr/src/app/content
- git clone --depth 1 https://git.struchkov.dev/upagge/digital-garden.git /usr/src/app/content
- cd /usr/src/app/content
# - git remote add github git@github.com:uPagge/digital-garden.git
# - git push github
@ -66,6 +66,6 @@ steps:
# drone sign --save upagge/digital-garden
---
kind: signature
hmac: e06f221ba92bcbc751cf70b791979fdf6874f73ca5f41b8cf150a151b90e7056
hmac: 81c05e17cef58a6e1db7b0b8bd9d1e8581d1afabe9190b26984ab9a2d801d706
...