Try to fix not allocating a pty for ssh
Some checks failed
Deploy website to nest / deploy (push) Failing after 2s
Some checks failed
Deploy website to nest / deploy (push) Failing after 2s
This commit is contained in:
parent
560a201494
commit
479cd252dd
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ mkdir .ssh && \
|
|||
echo $DEPLOY_SSH_KEY > .ssh/id_ed25519 && \
|
||||
cat nest-known-hosts-cache.txt > .ssh/known_hosts && \
|
||||
chmod -R go-rwx .ssh && \
|
||||
ssh -n -o UserKnownHostsFile=nest-known-hosts-cache.txt @hackclub.app
|
||||
ssh -T -o UserKnownHostsFile=nest-known-hosts-cache.txt @hackclub.app
|
||||
|
|
Loading…
Reference in a new issue