File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments