diff --git a/.circleci/config.yml b/.circleci/config.yml index 28ad18548..87eaebf9b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: - eb/setup - run: command: | - eb init imex-online-production-api -r ca-central-1 -p "Node.js 22 running on 64bit Amazon Linux 2" + eb init imex-online-production-api -r ca-central-1 -p "Node.js 22 running on 64bit Amazon Linux 2023" eb status --verbose eb deploy eb status @@ -114,7 +114,7 @@ jobs: - eb/setup - run: command: | - eb init romeonline-productionapi -r us-east-2 -p "Node.js 22 on 64bit Amazon Linux 2" + eb init romeonline-productionapi -r us-east-2 -p "Node.js 22 running on 64bit Amazon Linux 2023" eb status --verbose eb deploy eb status