Changed project name to be IPTV Manager Service
All checks were successful
AWS Deploy on Push / build (push) Successful in 8m29s
All checks were successful
AWS Deploy on Push / build (push) Successful in 8m29s
This commit is contained in:
6
app.py
6
app.py
@@ -3,7 +3,7 @@ import os
|
||||
|
||||
import aws_cdk as cdk
|
||||
|
||||
from infrastructure.stack import IptvUpdaterStack
|
||||
from infrastructure.stack import IptvManagerStack
|
||||
|
||||
app = cdk.App()
|
||||
|
||||
@@ -31,9 +31,9 @@ if missing_vars:
|
||||
f"Missing required environment variables: {', '.join(missing_vars)}"
|
||||
)
|
||||
|
||||
IptvUpdaterStack(
|
||||
IptvManagerStack(
|
||||
app,
|
||||
"IptvUpdaterStack",
|
||||
"IptvManagerStack",
|
||||
freedns_user=freedns_user,
|
||||
freedns_password=freedns_password,
|
||||
domain_name=domain_name,
|
||||
|
||||
Reference in New Issue
Block a user