mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
use environment not stage
This commit is contained in:
parent
043d390977
commit
b0bc7b9fb7
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ custom:
|
|||
dockerSsh: true
|
||||
fileName: requirements/base.txt
|
||||
customDomain:
|
||||
domainName: api-${self:provider.stage}.${self:provider.environment.DOMAIN_NAME}
|
||||
domainName: api-${self:provider.ENVIRONMENT}.${self:provider.environment.DOMAIN_NAME}
|
||||
stage: ${self:provider.stage}
|
||||
createRoute53Record: true
|
||||
certificateArn: ${ssm:/ssl_certificate_arn~true}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue