Skip to content

Commit

Permalink
SDSS-1135: Point eep alias to gep site (#337)
Browse files Browse the repository at this point in the history
* SDSS-1135: Point eep alias to gep site.
  • Loading branch information
joegl authored Dec 14, 2023
1 parent 7009187 commit b529a2b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docroot/sites/sites.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,13 @@
// Manually point LIVE domains that don't fit naming conventions here.
// E.g., $sites['<domain>'] = '<directory>';
// E.g., $sites['mysite.stanford.edu'] = 'my_site';
$sites['sustainabilityleadership.stanford.edu'] = 'changeleadership';
$sites['earthsystems.stanford.edu'] = 'esys';
$sites['epsci.stanford.edu'] = 'gs';
$sites['eep.stanford.edu'] = 'gep';
$sites['energypostdoc.stanford.edu'] = 'sepf';
$sites['understand-energy.stanford.edu'] = 'understandenergy';
$sites['epsci.stanford.edu'] = 'gs';
$sites['sustainabilityleadership.stanford.edu'] = 'changeleadership';
$sites['techtransferfordefense.stanford.edu'] = 'hackingfordefense';
$sites['understand-energy.stanford.edu'] = 'understandenergy';

// Manually point dev/test domains here.
$sites['understand-energy-dev.stanford.edu'] = 'understandenergy';
Expand Down

0 comments on commit b529a2b

Please sign in to comment.