Передача сгенерированного сайта на сервер
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
4238c713b6
commit
3818a1bd7f
@ -121,6 +121,7 @@ steps:
|
|||||||
from_secret: SSH_DEPLOY_USER
|
from_secret: SSH_DEPLOY_USER
|
||||||
commands:
|
commands:
|
||||||
- ssh -V
|
- ssh -V
|
||||||
|
- apt-get install openssl
|
||||||
- mkdocs build
|
- mkdocs build
|
||||||
- which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )
|
- which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
@ -134,6 +135,6 @@ steps:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 131a63a1d5fd59781a1a7c413f31e97ccacdceb14b52982b285ac9f8f2a828c2
|
hmac: c09d21a1217a0b5155d5c2a84487d93e6ebcaeff707c0e5e20908fd3d627a5a2
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user