diff --git a/website-deploy-action.sh b/website-deploy-action.sh index e9a3ec1..8e78d3f 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 -T -o UserKnownHostsFile=nest-known-hosts-cache.txt -i h@hackclub.app +ssh -T -o UserKnownHostsFile=nest-known-hosts-cache.txt h@hackclub.app