Try to get ssh to work
Some checks failed
Deploy website to nest / deploy (push) Failing after 2s

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

View file

@ -8,4 +8,4 @@ mkdir .ssh && \
echo $DEPLOY_SSH_KEY > .ssh/id_ed25519 && \ echo $DEPLOY_SSH_KEY > .ssh/id_ed25519 && \
cat nest-known-hosts-cache.txt > .ssh/known_hosts && \ cat nest-known-hosts-cache.txt > .ssh/known_hosts && \
chmod -R go-rwx .ssh && \ chmod -R go-rwx .ssh && \
ssh h@hackclub.app ssh -n -o UserKnownHostsFile=nest-known-hosts-cache.txt @hackclub.app