Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroTochigi committed Sep 21, 2023
1 parent b5ba912 commit 72415bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cloudbabbel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
echo "Run 'ssh-keygen' first, with an empty passphrase for no passphrase. Missing ssh key." && exit 1
fi
echo $checkSSH
cat $checkSSH
if [[ -f $keyPath/$publickey ]]
then
sudo aws ec2 import-key-pair --key-name "$keyname" --public-key-material fileb://$checkSSH
Expand Down

0 comments on commit 72415bf

Please sign in to comment.