Merge remote-tracking branch 'origin/feature/IO-2460-Node-18-Server' into rome/test

This commit is contained in:
Patrick Fic
2023-11-22 15:58:10 -08:00
26 changed files with 7680 additions and 5936 deletions

View File

@@ -8,13 +8,13 @@ orbs:
jobs:
api-deploy:
docker:
- image: "cimg/base:stable"
- image: cimg/node:18.18.2
steps:
- checkout
- eb/setup
- run:
command: |
eb init imex-online-production-api -r ca-central-1 -p "Node.js 16 running on 64bit Amazon Linux 2"
eb init imex-online-production-api -r ca-central-1 -p "Node.js 18 running on 64bit Amazon Linux 2"
eb status --verbose
eb deploy
eb status