Skip to content

Commit

Permalink
id_rsa
Browse files Browse the repository at this point in the history
  • Loading branch information
msciabarra committed Aug 23, 2023
1 parent 37d5b59 commit 8db43e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/1-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
TYPE="${1:?test type}"
TYPE="$(echo $TYPE | awk -F- '{print $1}')"


mkdir -p ~/.ssh
echo ID_RSA_B64 | base64 -d >~/.ssh/id_rsa
chmod 0600 ~/.ssh/id_rsa

# actual setup
case "$TYPE" in
kind)
Expand Down

0 comments on commit 8db43e0

Please sign in to comment.