ci: disable LETS_ENCRYPT for deploy-to-container CLI

This commit is contained in:
Nicolas Giard 2023-12-21 23:54:00 -05:00 committed by GitHub
parent c328ff7425
commit f3f3f51ce2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -245,7 +245,7 @@ async function main () {
name: `dt-app-${branch}`,
Hostname: `dt-app-${branch}`,
Env: [
`LETSENCRYPT_HOST=${hostname}`,
// `LETSENCRYPT_HOST=${hostname}`,
`VIRTUAL_HOST=${hostname}`,
`VIRTUAL_PORT=8000`,
`PGHOST=dt-db-${branch}`