Try to fix not allocating a pty for ssh
Some checks failed
Deploy website to nest / deploy (push) Failing after 2s

This commit is contained in:
9pfs 2024-04-06 18:07:37 -07:00
parent 560a201494
commit 479cd252dd
Signed by: 9pfs
SSH key fingerprint: SHA256:TOcGxMQCfy4VvRM8AzgXErKXdkAtaTcpGXgYMpyoJoY

View file

@ -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