diff --git a/.ebelasticbeanstalk/config.yml b/.ebelasticbeanstalk/config.yml deleted file mode 100644 index 8f2eedeb1..000000000 --- a/.ebelasticbeanstalk/config.yml +++ /dev/null @@ -1,4 +0,0 @@ -global: - default_region: ca-central-1 - sc: git - workspace_type: Application diff --git a/.elasticbeanstalk/config.yml b/.elasticbeanstalk/config.yml new file mode 100644 index 000000000..fed79f82f --- /dev/null +++ b/.elasticbeanstalk/config.yml @@ -0,0 +1,19 @@ +branch-defaults: + development: + environment: ImexOnlineProductionApi-env-1 +environment-defaults: + ImexOnlineProductionApi-env-1: + branch: null + repository: null +global: + application_name: imex-online-production-api + default_ec2_keyname: null + default_platform: Node.js 12 running on 64bit Amazon Linux 2 + default_region: ca-central-1 + include_git_submodules: true + instance_profile: null + platform_name: null + platform_version: null + profile: null + sc: git + workspace_type: Application