Skip to content

Commit 3f06dad

Browse files
committed
new server for design system
1 parent 5c7f234 commit 3f06dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141

4242
host('production')
4343
->stage('production')
44-
->hostname('mercury.w3.org')
44+
->hostname('proteus.w3.internal')
4545
->user('studio24')
4646
->set('deploy_path','/srv/design-system.w3.org')
4747
->set('url', 'https://design-system.w3.org/');
4848

4949
host('staging')
5050
->stage('staging')
51-
->hostname('mercury.w3.org')
51+
->hostname('proteus.w3.internal')
5252
->user('studio24')
5353
->set('deploy_path','/srv/staging-design-system.w3.org')
5454
->set('url', 'https://staging-design-system.w3.org/');

0 commit comments

Comments
 (0)