cicd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2024-09-03 08:16:37 +03:00
parent 0a45563202
commit d8c9b961f4
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -42,7 +42,6 @@ steps:
- chmod 600 ~/.ssh/id_rsa
- ssh-keyscan -p $SSH_DEPLOY_PORT $SSH_DEPLOY_HOST >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- ls -la
- ssh -p $SSH_DEPLOY_PORT $SSH_DEPLOY_USER@$SSH_DEPLOY_HOST "rm -rf $SSH_DEPLOY_PATH/*"
- scp -r -P $SSH_DEPLOY_PORT ./public/* $SSH_DEPLOY_USER@$SSH_DEPLOY_HOST:$SSH_DEPLOY_PATH
@ -50,6 +49,6 @@ steps:
# drone sign --save upagge/digital-garden
---
kind: signature
hmac: 9bdad34d737e99f66f9a6fdf42f3b212d3c4bd40fdd0413624925903b9481e1c
hmac: f341c13b25a38e50db57caf4dd127155de52d70b720bb07ab137dc477ba3d420
...