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 a5d0925 commit 8464359
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ server {
server {
${normalizedDeployDomainNames
.split(/\s/)
.map(
domainName => `\
if ($host = ${domainName}) {
Expand Down

0 comments on commit 8464359

Please sign in to comment.