Skip to content

Commit

Permalink
SDSS-784: Point custom hopkinsmarinestation aliases. (#179)
Browse files Browse the repository at this point in the history
* SDSS-784: Point custom hopkinsmarinestation aliases.
  • Loading branch information
joegl authored Jul 19, 2023
1 parent bc0e368 commit cfd1cfc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docroot/sites/sites.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@
$sites['epsci.stanford.edu'] = 'gs';
$sites['energypostdoc.stanford.edu'] = 'sepf';
$sites['understand-energy.stanford.edu'] = 'understandenergy';
// Hopkins Marine Station dev, test, and prod URL's currently exist on another
// ACE stack. We need to point custom aliases to build the site.
$sites['hms-sdss-dev.stanford.edu'] = 'hopkinsmarinestation';
$sites['hms-sdss-test.stanford.edu'] = 'hopkinsmarinestation';
$sites['hms-sdss-prod.stanford.edu'] = 'hopkinsmarinestation';


// Include local sites.
if (file_exists(__DIR__ . '/local.sites.php')) {
Expand Down

0 comments on commit cfd1cfc

Please sign in to comment.