From ae36a982b85ea169027ad14b1d68eaf6ea13a0e7 Mon Sep 17 00:00:00 2001 From: Hunter Miller Date: Wed, 1 Feb 2023 17:06:15 -0600 Subject: [PATCH] ops: output pub contents --- .github/helpers/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/helpers/deploy.sh b/.github/helpers/deploy.sh index 47846e1..22c04e0 100755 --- a/.github/helpers/deploy.sh +++ b/.github/helpers/deploy.sh @@ -35,6 +35,7 @@ echo "$cmds" >> "$cmdfile" sshpriv=$(mktemp "${TMPDIR:-/tmp/}ssh.XXXXXXXXX") sshpub="$sshpriv".pub echo "$SSH_PUB_KEY" >> "$sshpub" +cat $sshpub echo "$SSH_SEC_KEY" >> "$sshpriv" gcloud compute \