diff --git a/.github/workflows/aws.yaml b/.github/workflows/aws.yaml index 66f9f44..8d89c23 100644 --- a/.github/workflows/aws.yaml +++ b/.github/workflows/aws.yaml @@ -6,12 +6,12 @@ on: env: AWS_REGION: eu-west-3 # set this to your preferred AWS region, e.g. us-west-1 - ECR_REPOSITORY: mlops # set this to your Amazon ECR repository name - ECS_SERVICE: mlops_service # set this to your Amazon ECS service name - ECS_CLUSTER: MLOpsCluster # set this to your Amazon ECS cluster name - ECS_TASK_DEFINITION: mlops_catboost # set this to the path to your Amazon ECS task definition + ECR_REPOSITORY: gen-ai-quantum-insight # set this to your Amazon ECR repository name + ECS_SERVICE: GEN_AI_Service # set this to your Amazon ECS service name + ECS_CLUSTER: GenAI_Cluster # set this to your Amazon ECS cluster name + ECS_TASK_DEFINITION: Gen_AI_Task # set this to the path to your Amazon ECS task definition # file, e.g. .aws/task-definition.json - CONTAINER_NAME: mlop_catboost # set this to the name of the container in the + CONTAINER_NAME: Gen_AI_Quantum_Insight # set this to the name of the container in the # containerDefinitions section of your task definition permissions: