Skip to content

Commit

Permalink
Fix drush aliases
Browse files Browse the repository at this point in the history
pookmish committed Nov 14, 2023
1 parent 40c041a commit 61acb0a
Showing 3 changed files with 172 additions and 185 deletions.
345 changes: 172 additions & 173 deletions composer.lock

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions drush/sites/default.site.yml
Original file line number Diff line number Diff line change
@@ -12,8 +12,6 @@ dev:
root: /mnt/gfs/stanfordlagunita.dev/livedev/docroot
host: stanfordlagunitadev.ssh.prod.acquia-sites.com
user: stanfordlagunita.dev
paths:
drush-script: drush9
test:
root: /var/www/html/stanfordlagunita.test/docroot
ac-site: stanfordlagunita
@@ -25,8 +23,6 @@ test:
root: /mnt/gfs/stanfordlagunita.test/livedev/docroot
host: stanfordlagunitastg.ssh.prod.acquia-sites.com
user: stanfordlagunita.test
paths:
drush-script: drush9
prod:
root: /var/www/html/stanfordlagunita.prod/docroot
ac-site: stanfordlagunita
@@ -38,5 +34,3 @@ prod:
root: /mnt/gfs/stanfordlagunita.prod/livedev/docroot
host: stanfordlagunita.ssh.prod.acquia-sites.com
user: stanfordlagunita.prod
paths:
drush-script: drush9
6 changes: 0 additions & 6 deletions drush/sites/library.site.yml
Original file line number Diff line number Diff line change
@@ -12,8 +12,6 @@ dev:
root: /mnt/gfs/stanfordlagunita.dev/livedev/docroot
host: stanfordlagunitadev.ssh.prod.acquia-sites.com
user: stanfordlagunita.dev
paths:
drush-script: drush9
test:
root: /var/www/html/stanfordlagunita.test/docroot
ac-site: stanfordlagunita
@@ -25,8 +23,6 @@ test:
root: /mnt/gfs/stanfordlagunita.test/livedev/docroot
host: stanfordlagunitastg.ssh.prod.acquia-sites.com
user: stanfordlagunita.test
paths:
drush-script: drush9
prod:
root: /var/www/html/stanfordlagunita.prod/docroot
ac-site: stanfordlagunita
@@ -38,5 +34,3 @@ prod:
root: /mnt/gfs/stanfordlagunita.prod/livedev/docroot
host: stanfordlagunita.ssh.prod.acquia-sites.com
user: stanfordlagunita.prod
paths:
drush-script: drush9

0 comments on commit 61acb0a

Please sign in to comment.