Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDSS-888: Swapping abchub with abc-hub #239

Merged
merged 4 commits into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blt/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cm:
strategy: config-split
allow-overrides: true
multisites:
- abchub
- abc-hub
- bitsandwatts
- carbon_removal
- changeleadership
Expand Down
12 changes: 12 additions & 0 deletions docroot/sites/abc_hub/blt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
project:
machine_name: abc-hub
human_name: abc-hub
local:
protocol: http
hostname: local.abc-hub.com
drush:
aliases:
local: abc-hub.local
remote: abc-hub.prod
drupal:
db: { }
File renamed without changes.
12 changes: 0 additions & 12 deletions docroot/sites/abchub/blt.yml

This file was deleted.

10 changes: 5 additions & 5 deletions drush/sites/abchub.site.yml → drush/sites/abc_hub.site.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
local:
uri: abchub
uri: abc-hub
root: '${env.cwd}/docroot'
dev:
root: /var/www/html/stanfordsos.dev/docroot
ac-site: stanfordsos
ac-env: dev
ac-realm: prod
uri: abchub-dev.stanford.edu
uri: abc-hub-dev.stanford.edu
dev.livedev:
parent: '@stanfordsos.dev'
root: /mnt/gfs/stanfordsos.dev/livedev/docroot
Expand All @@ -17,7 +17,7 @@ prod:
ac-site: stanfordsos
ac-env: prod
ac-realm: prod
uri: abchub-prod.stanford.edu
uri: abc-hub-prod.stanford.edu
prod.livedev:
parent: '@stanfordsos.prod'
root: /mnt/gfs/stanfordsos.prod/livedev/docroot
Expand All @@ -28,7 +28,7 @@ ra:
ac-site: stanfordsos
ac-env: ra
ac-realm: prod
uri: abchub-ra.stanford.edu
uri: abc-hub-ra.stanford.edu
ra.livedev:
parent: '@stanfordsos.ra'
root: /mnt/gfs/stanfordsos.ra/livedev/docroot
Expand All @@ -39,7 +39,7 @@ test:
ac-site: stanfordsos
ac-env: test
ac-realm: prod
uri: abchub-test.stanford.edu
uri: abc-hub-test.stanford.edu
test.livedev:
parent: '@stanfordsos.test'
root: /mnt/gfs/stanfordsos.test/livedev/docroot
Expand Down
Loading