Skip to content

Commit

Permalink
Redacted SSH IP address in GitHub actions output (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
axonasif authored May 14, 2024
1 parent c194a8f commit 00516e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 65,7 @@ if test ! -e "${private_key}"; then {

ssh_cmd=(
ssh -i "${private_key}"
-o LogLevel=ERROR
-o UserKnownHostsFile=/dev/null
-o StrictHostKeyChecking=no
"${SSH_LOGIN}"
Expand Down

0 comments on commit 00516e8

Please sign in to comment.