aws-samples / eb-php-drupal

Configuration files and instructions for installing Drupal securely and running it in a load balanced AWS Elastic Beanstalk environment with an EFS file system for shared assets.
Apache License 2.0
45 stars 24 forks source link

Drush command shortcut #11

Open AronNovak opened 2 years ago

AronNovak commented 2 years ago

Description of changes:

Using eb ssh is a comfortable way to debug things, but using drush is a must for Drupal sites. We need to use `webapp˙ user to keep things tidy, also we should be able to directly access Drush like any other command, as it's critical for Drupal developers to perform various operations.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

AronNovak commented 1 year ago

^^ @mwunderl