From 6287f7f7562526975cd164fbe5f04d28b946b60f Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Thu, 16 Jun 2022 13:45:15 +0200 Subject: [PATCH] Download from live always requires "main" argument --- ahoy.live.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ahoy.live.yml b/ahoy.live.yml index 7987556..ee56b1c 100644 --- a/ahoy.live.yml +++ b/ahoy.live.yml @@ -2,22 +2,22 @@ ahoyapi: v2 commands: pull: cmd: | - download db + download db main drush @default.dev cr drush -y @default.dev config-split:import develop - download files + download files main chmod -R ugo+w files/default/files chmod -R ugo+w files/default/private usage: Pull files and DB from live site pull-sql: cmd: | - download db + download db main drush @default.dev cr drush -y @default.dev config-split:import develop usage: Pull DB from live site pull-files: cmd: | - download files + download files main chmod -R ugo+w files/default/files chmod -R ugo+w files/default/private usage: Pull files from live site -- GitLab