Skip to content

Commit

Permalink
ISSUE-204: avoid changing aliases file, test
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-aveiga committed Jan 28, 2025
1 parent 0f77522 commit 10209c7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scaffold/github/actions/acquia/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]"
- 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
Expand Down

0 comments on commit 10209c7

Please sign in to comment.