mirror of
https://github.com/tloncorp/landscape.git
synced 2024-12-24 17:22:53 +03:00
ops: output pub contents
This commit is contained in:
parent
d1d83d629d
commit
ae36a982b8
1
.github/helpers/deploy.sh
vendored
1
.github/helpers/deploy.sh
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user