disable strict host key checking
continuous-integration/drone/push Build is passing Details

This commit is contained in:
hbr 2021-06-07 01:02:43 +02:00
parent 170a26f4ef
commit b4924c407e
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@ RUN apt-get update && apt-get -y install rsync
RUN pip install --upgrade pip
RUN pip install Lektor
COPY ssh_config /root/.ssh/config
WORKDIR /workspace
ENTRYPOINT [ "lektor" ]

2
ssh_config Normal file
View File

@ -0,0 +1,2 @@
Host *
StrictHostKeyChecking no