Skip to content

Commit

Permalink
Fix app path
Browse files Browse the repository at this point in the history
  • Loading branch information
shri committed Aug 12, 2024
1 parent add363d commit f2ce297
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/aws/ecs-task-definition-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"environment": [
{
"name": "LITESTAR_APP",
"value": "app.asgi:create_app"
"value": "app.asgi:app"
},
{
"name": "APP_ENVIRONMENT",
Expand Down Expand Up @@ -116,7 +116,7 @@
"environment": [
{
"name": "LITESTAR_APP",
"value": "app.asgi:create_app"
"value": "app.asgi:app"
},
{
"name": "APP_ENVIRONMENT",
Expand Down Expand Up @@ -205,7 +205,7 @@
"environment": [
{
"name": "LITESTAR_APP",
"value": "app.asgi:create_app"
"value": "app.asgi:app"
},
{
"name": "APP_ENVIRONMENT",
Expand Down

0 comments on commit f2ce297

Please sign in to comment.