Skip to content

Commit

Permalink
stupid error
Browse files Browse the repository at this point in the history
  • Loading branch information
msciabarra committed Aug 23, 2023
1 parent 8db43e0 commit 4edf423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/1-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TYPE="$(echo $TYPE | awk -F- '{print $1}')"


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

# actual setup
Expand Down

0 comments on commit 4edf423

Please sign in to comment.