From d7544f3e29a563af8b75eccb1f154d56bcfcac34 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Wed, 19 Dec 2018 16:17:02 +0100 Subject: [PATCH] Better name for ahoy commands to pull data and db from live site --- ahoy.drush.yml => ahoy.live.yml | 0 composer.json | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename ahoy.drush.yml => ahoy.live.yml (100%) 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 18456a0..b32dfdf 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"] } } } -- GitLab