Исправление cicd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2024-12-26 09:16:50 +03:00
parent e40276fa1d
commit b03717af13
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 https://git.struchkov.dev/upagge/digital-garden.git /usr/src/app/content
- git clone --depth 1 --single-branch --branch master 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: 81c05e17cef58a6e1db7b0b8bd9d1e8581d1afabe9190b26984ab9a2d801d706
hmac: 136d4effa27f318fb6ff0cf16bc1bf7b20b428610832f7bdd8224c164a804e69
...