Skip to content

Commit

Permalink
fix: ensure that server names are unique
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Oct 22, 2020
1 parent b2f7cef commit c82613d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
}
])
.flat();
for (const serverConfig of serverConfigs) {
console.log(serverConfig.publicPort, normalizePortSuffix(serverConfig.publicPort));
}
const generateNginxConfig = () => `\
${serverConfigs
.map(
Expand Down

0 comments on commit c82613d

Please sign in to comment.