Skip to content
This repository was archived by the owner on Jun 17, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 389 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 389 Bytes

Place Drush Aliases in this folder and they'll be moved to ~/.drush/ when the container is built.

Special changes for the drush aliases

In order for the container to not continually warn you about adding hosts to known hosts or ask you to confirm the ssh connection, Add the following to the drush alias:

'ssh-options' => '-o StrictHostKeyChecking=no -o LogLevel=quiet',