ci: disable LETS_ENCRYPT for deploy-to-container CLI
This commit is contained in:
parent
c328ff7425
commit
f3f3f51ce2
|
@ -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}`
|
||||
|
|
Loading…
Reference in a new issue