Skip to content

Commit

Permalink
ISSUE-204: avoid checking the host when connecting to clone environem…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
beto-aveiga committed Dec 10, 2024
1 parent bc09240 commit a86826e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scaffold/github/actions/acquia/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ runs:
drainpipe_exec "acli remote:aliases:download --no-interaction $APPLICATION"
hostname="${{ inputs.environment-url }}"
hostname="${hostname#*://}"
drainpipe_exec "ssh-keyscan -T 60 -t rsa,ecdsa,ed25519 "$hostname" >> ~/.ssh/known_hosts"
drainpipe_exec "echo \"StrictHostKeyChecking no\" >> ~/.ssh/config"
# drainpipe_exec "ssh-keyscan -T 60 -t rsa,ecdsa,ed25519 "$hostname" >> ~/.ssh/known_hosts"
# debug site aliases
drainpipe_exec "./vendor/bin/drush site:alias"
Expand Down

0 comments on commit a86826e

Please sign in to comment.