Skip to content

Commit ee7228f

Browse files
committed
Fix preview host name (add note re '_')
1 parent 78b018d commit ee7228f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,7 @@ that the above shell script builds.
5050
To stage a preview of what a PR would result in, be sure to name your branches
5151
using the `preview/$foo` syntax, for instance `preview/cleanup-dec-2021`. This
5252
will auto-build and -stage your changes and make them available at
53-
`infra-$foo.staged.apache.org`, e.g. `infra-cleanup-dec-2021.staged.apache.org`
53+
`infrastructure-$foo.staged.apache.org`, e.g. `infrastructure-cleanup-dec-2021.staged.apache.org`
5454

55+
Note that underscore is not allowed in DNS,
56+
so should not be used in the branch name.

0 commit comments

Comments
 (0)