Skip to content

Commit

Permalink
ISSUE-204: try to avoid Host key verification failed, inside DDEV
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-aveiga committed Dec 9, 2024
1 parent 1e250cf commit a85d17c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scaffold/github/actions/acquia/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ runs:
ENVIRONMENT="${{ inputs.environment }}"
APPLICATION=${ENVIRONMENT%.*}
drainpipe_exec "acli remote:aliases:download --no-interaction $APPLICATION"
ssh-keyscan -t rsa "${{ inputs.environment-url }}" >> ~/.ssh/known_hosts
drainpipe_exec "ssh-keyscan -t rsa "${{ inputs.environment-url }}" >> ~/.ssh/known_hosts"
# debug site aliases
drainpipe_exec "./vendor/bin/drush site:alias"
Expand Down

0 comments on commit a85d17c

Please sign in to comment.