mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
is the deployment working
This commit is contained in:
parent
a850d6ff88
commit
22f03d73db
1 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ provider:
|
|||
name: aws
|
||||
runtime: python3.10
|
||||
region: eu-west-2
|
||||
architecture: x86_64
|
||||
environment:
|
||||
API_KEY: ${env:API_KEY}
|
||||
ENVIRONMENT: ${env:ENVIRONMENT}
|
||||
|
|
@ -28,7 +29,7 @@ custom:
|
|||
useDocker: true
|
||||
dockerSsh: true
|
||||
fileName: requirements/base.txt
|
||||
dockerRunCmdExtraArgs: ['--platform', 'linux/amd64']
|
||||
# dockerRunCmdExtraArgs: ['--platform', 'linux/amd64']
|
||||
customDomain:
|
||||
domainName: api.${self:provider.environment.DOMAIN_NAME}
|
||||
createRoute53Record: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue