Настройка dev сборки документации
Some checks are pending
continuous-integration/drone/push Build is pending
Some checks are pending
continuous-integration/drone/push Build is pending
This commit is contained in:
parent
4fa7a47eeb
commit
f210913273
@ -127,7 +127,7 @@ steps:
|
|||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- echo "$GIT_SSH" >> ~/.ssh/id_rsa
|
- echo "$GIT_SSH" >> ~/.ssh/id_rsa
|
||||||
# - echo "$SSH_CONFIG" >> ~/.ssh/config
|
- echo "$SSH_CONFIG" >> ~/.ssh/config
|
||||||
- chmod 700 ~/.ssh
|
- chmod 700 ~/.ssh
|
||||||
- chmod 600 ~/.ssh/id_rsa
|
- chmod 600 ~/.ssh/id_rsa
|
||||||
- ssh-keyscan -p 222 git.struchkov.dev >> ~/.ssh/known_hosts
|
- ssh-keyscan -p 222 git.struchkov.dev >> ~/.ssh/known_hosts
|
||||||
|
Loading…
Reference in New Issue
Block a user