Skip to content

Commit

Permalink
-x "-o StrictHostKeyChecking=no" \
Browse files Browse the repository at this point in the history
  • Loading branch information
yardenasadosa committed Apr 2, 2024
1 parent 4ee686b commit c342271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rc_instance_ips=$(
hr
echo "Installing new build onto all RC nodes:"
parallel-ssh \
-x "-O StrictHostKeyChecking=no" \
-x "-o StrictHostKeyChecking=no" \
--inline --timeout 600 --user deploy \
--hosts <(echo "$rc_instance_ips") \
--send-input < ./pre_install.sh
Expand All @@ -86,7 +86,7 @@ hr
## Activate new version
echo "Activating new build on all RC nodes:"
parallel-ssh \
-x "-O StrictHostKeyChecking=no" \
-x "-o StrictHostKeyChecking=no" \
--inline --timeout 600 --user deploy \
--hosts <(echo "$rc_instance_ips") \
--send-input < ./rotate_version.sh
Expand Down

0 comments on commit c342271

Please sign in to comment.