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 2fac6d9 commit e1a4ef1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ server {
}
`;

console.log("config:", generateNginxConfig());
if (2 + 2 === 4) return;

const PREFERRED_NODE_VERSION = "14.x";
const APP_NAME = PRODUCTION ? "polyfiller" : "polyfiller-development";
const LOCAL_WRITE_ROOT = RUNNER_TEMP ?? "temp";
Expand Down

0 comments on commit e1a4ef1

Please sign in to comment.