Skip to content

Commit

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

0 comments on commit 89de982

Please sign in to comment.