Передача сгенерированного сайта на сервер
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Struchkov Mark 2023-02-19 16:48:55 +03:00
parent 1e78b1b58d
commit 53568ae62a
Signed by: upagge
GPG Key ID: D3018BE7BA428CA6

View File

@ -124,11 +124,11 @@ steps:
- echo "$SSH_DEPLOY_KEY" >> ssh-add -
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
# - ssh-keyscan $SSH_DEPLOY_HOST >> ~/.ssh/known_hosts
# - chmod 644 ~/.ssh/known_hosts
- ssh-keyscan $SSH_DEPLOY_HOST >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- scp -P $SSH_DEPLOY_PORT ./site $SSH_DEPLOY_HOST:$SSH_DEPLOY_PATH
---
kind: signature
hmac: 36908a2d4ae532848639ea809f83821f07e07f38869aa2f834a85184efb546a6
hmac: e126987455084727c01c134338e790b2738af7da5799e566402f9d16c75d357b
...