Commit 007ccba0 by Sathish A

Add ECS definition entries for backend and frontend in .gitlab-ci.yml to enhance…

Add ECS definition entries for backend and frontend in .gitlab-ci.yml to enhance deployment configuration for staging environments.
parent 4c75879a
Pipeline #61329 failed with stages
in 1 minute 19 seconds
......@@ -69,6 +69,7 @@ deploy_backend_staging:
database_url: ${DATABASE_URL}
allowed_origins: ${ALLOWED_ORIGINS:-https://spin-wheel-frontend-staging.dev.kacdn.net}
ecs_task_definition: ${ecs_task_definition_backend}
ecs_definition: ${ecs_task_definition_backend}
ecs_entrypoint: app:5000
service_name: spin-the-wheel-backend-staging
script:
......@@ -91,6 +92,7 @@ deploy_frontend_staging:
app_image_tag: $CI_REGISTRY_IMAGE/frontend:staging
backend_url: https://spin-wheel-backend-staging.dev.kacdn.net
ecs_task_definition: ${ecs_task_definition_frontend}
ecs_definition: ${ecs_task_definition_frontend}
ecs_entrypoint: app:80
service_name: spin-the-wheel-frontend-staging
script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment