From 479cd252dd910a0a8afe847a2ec6ddcbabc9ba74 Mon Sep 17 00:00:00 2001 From: 9pfs <9pfs@amcforum.wiki> Date: Sat, 6 Apr 2024 18:07:37 -0700 Subject: [PATCH] Try to fix not allocating a pty for ssh --- website-deploy-action.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website-deploy-action.sh b/website-deploy-action.sh index e6ede90..6e7d216 100755 --- a/website-deploy-action.sh +++ b/website-deploy-action.sh @@ -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