Передача сгенерированного сайта на сервер
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
1e78b1b58d
commit
53568ae62a
@ -124,11 +124,11 @@ steps:
|
|||||||
- echo "$SSH_DEPLOY_KEY" >> ssh-add -
|
- echo "$SSH_DEPLOY_KEY" >> ssh-add -
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- chmod 700 ~/.ssh
|
- chmod 700 ~/.ssh
|
||||||
# - ssh-keyscan $SSH_DEPLOY_HOST >> ~/.ssh/known_hosts
|
- ssh-keyscan $SSH_DEPLOY_HOST >> ~/.ssh/known_hosts
|
||||||
# - chmod 644 ~/.ssh/known_hosts
|
- chmod 644 ~/.ssh/known_hosts
|
||||||
- scp -P $SSH_DEPLOY_PORT ./site $SSH_DEPLOY_HOST:$SSH_DEPLOY_PATH
|
- scp -P $SSH_DEPLOY_PORT ./site $SSH_DEPLOY_HOST:$SSH_DEPLOY_PATH
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 36908a2d4ae532848639ea809f83821f07e07f38869aa2f834a85184efb546a6
|
hmac: e126987455084727c01c134338e790b2738af7da5799e566402f9d16c75d357b
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user