We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7f234 commit 3f06dadCopy full SHA for 3f06dad
deploy.php
@@ -41,14 +41,14 @@
41
42
host('production')
43
->stage('production')
44
- ->hostname('mercury.w3.org')
+ ->hostname('proteus.w3.internal')
45
->user('studio24')
46
->set('deploy_path','/srv/design-system.w3.org')
47
->set('url', 'https://design-system.w3.org/');
48
49
host('staging')
50
->stage('staging')
51
52
53
->set('deploy_path','/srv/staging-design-system.w3.org')
54
->set('url', 'https://staging-design-system.w3.org/');
0 commit comments