diff --git a/ahoy.drush.yml b/ahoy.live.yml similarity index 100% rename from ahoy.drush.yml rename to ahoy.live.yml diff --git a/composer.json b/composer.json index 18456a03379c0871d691f04f9597f6189e8a6033..b32dfdfd45a2e1424d680b118fda0f5d7fa9abdb 100644 --- a/composer.json +++ b/composer.json @@ -51,9 +51,9 @@ "usage": "Docker for Drupal", "imports": ["ahoy.yml"] }, - "drush": { - "usage": "Drush in Docker for Drupal", - "imports": ["ahoy.drush.yml"] + "live": { + "usage": "Interact with the live site", + "imports": ["ahoy.live.yml"] } } }