Skip to content

Commit f3f3f51

Browse files
authored
ci: disable LETS_ENCRYPT for deploy-to-container CLI
1 parent c328ff7 commit f3f3f51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/deploy-to-container/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ async function main () {
245245
name: `dt-app-${branch}`,
246246
Hostname: `dt-app-${branch}`,
247247
Env: [
248-
`LETSENCRYPT_HOST=${hostname}`,
248+
// `LETSENCRYPT_HOST=${hostname}`,
249249
`VIRTUAL_HOST=${hostname}`,
250250
`VIRTUAL_PORT=8000`,
251251
`PGHOST=dt-db-${branch}`

0 commit comments

Comments
 (0)