From 10209c716a1202647368285138a264ac97a9e599 Mon Sep 17 00:00:00 2001 From: Luis Aveiga Date: Tue, 28 Jan 2025 10:00:49 -0500 Subject: [PATCH] ISSUE-204: avoid changing aliases file, test --- scaffold/github/actions/acquia/deploy/action.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scaffold/github/actions/acquia/deploy/action.yml b/scaffold/github/actions/acquia/deploy/action.yml index 3d5438a3..78f885de 100644 --- a/scaffold/github/actions/acquia/deploy/action.yml +++ b/scaffold/github/actions/acquia/deploy/action.yml @@ -43,22 +43,22 @@ runs: drainpipe_exec "acli remote:aliases:download --no-interaction $APPLICATION" - - name: debug lullabotsandbox.site.yml before - shell: bash - run: drainpipe_exec "cat /var/www/html/drush/sites/lullabotsandbox.site.yml" + # - name: debug lullabotsandbox.site.yml before + # shell: bash + # run: drainpipe_exec "cat /var/www/html/drush/sites/lullabotsandbox.site.yml" - name: continue shell: bash run: | # Avoid using drush9 - drainpipe_exec "sed -i.bak 's|drush9|/var/www/html/lullabotsandbox.dev/vendor/bin/drush|g' /var/www/html/drush/sites/lullabotsandbox.site.yml" + # drainpipe_exec "sed -i.bak 's|drush9|/var/www/html/lullabotsandbox.dev/vendor/bin/drush|g' /var/www/html/drush/sites/lullabotsandbox.site.yml" drainpipe_exec "echo \"StrictHostKeyChecking no\" >> ~/.ssh/config" drainpipe_exec "task drupal:maintenance:on site=@lullabotsandbox.dev" - - name: debug lullabotsandbox.site.yml after - shell: bash - run: drainpipe_exec "cat /var/www/html/drush/sites/lullabotsandbox.site.yml" + # - name: debug lullabotsandbox.site.yml after + # shell: bash + # run: drainpipe_exec "cat /var/www/html/drush/sites/lullabotsandbox.site.yml" - name: Push to Acquia