Skip to content

Commit b1751c8

Browse files
author
Jonathan Visser
committed
Revert temporary host change in deploy.php
1 parent 530b0bd commit b1751c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
]);
121121

122122
$productionStage = $configuration->addStage('production', 'docs.hypernode.io');
123-
$productionStage->addServer('docs-epht1mqn6.hypernode.io');
123+
$productionStage->addServer('docs.hypernode.io');
124124

125125
# We can also deploy to a Hypernode Docker instance. To do that you go to
126126
# https://github.com/byteinternet/hypernode-docker, make sure you
@@ -140,7 +140,7 @@
140140
# Define the target server (docker instance) we're deploying to
141141
$dockerStage->addServer($DOCKER_HOST);
142142

143-
$testingStage = $configuration->addStage("acceptance", "docs-epht1mqn6");
143+
$testingStage = $configuration->addStage("acceptance", "docs");
144144
$testingStage->addBrancherServer("docs")
145145
->setLabels(['stage=acceptance', 'ci_ref=' . (\getenv('GITHUB_HEAD_REF') ?: 'none')]);
146146

0 commit comments

Comments
 (0)