All checks were successful
Remote Deployment Pipeline / Prepare Context (push) Successful in 3s
Remote Deployment Pipeline / Deploy (Staging) (push) Successful in 51s
Remote Deployment Pipeline / Deploy (Dev/Preview) (push) Has been skipped
Remote Deployment Pipeline / Cleanup Preview (push) Has been skipped
Remote Deployment Pipeline / Deploy (Production) (push) Successful in 1m1s
Reviewed-on: #24 Co-authored-by: kovagoadi <kovagoadi@gmail.com> Co-committed-by: kovagoadi <kovagoadi@gmail.com>
8 lines
196 B
Bash
8 lines
196 B
Bash
PORT=8080
|
|
HTTPS_PORT=445
|
|
ENV=staging
|
|
NETWORK_NAME=proxy
|
|
CERTBOT_CA_RESOLVER=https://acme-staging-v02.api.letsencrypt.org/directory
|
|
DOMAIN=staging.kovagoadi.hu
|
|
ACME_BYPASS=false
|
|
TRAEFIK_LEGACY_OPT= |