CI update
This commit is contained in:
@@ -7,6 +7,7 @@ environment-defaults:
|
|||||||
repository: null
|
repository: null
|
||||||
global:
|
global:
|
||||||
application_name: imex-online-production-api
|
application_name: imex-online-production-api
|
||||||
|
branch: null
|
||||||
default_ec2_keyname: null
|
default_ec2_keyname: null
|
||||||
default_platform: Node.js 12 running on 64bit Amazon Linux 2
|
default_platform: Node.js 12 running on 64bit Amazon Linux 2
|
||||||
default_region: ca-central-1
|
default_region: ca-central-1
|
||||||
@@ -15,5 +16,6 @@ global:
|
|||||||
platform_name: null
|
platform_name: null
|
||||||
platform_version: null
|
platform_version: null
|
||||||
profile: null
|
profile: null
|
||||||
|
repository: null
|
||||||
sc: git
|
sc: git
|
||||||
workspace_type: Application
|
workspace_type: Application
|
||||||
|
|||||||
5
.gitignore
vendored
5
.gitignore
vendored
@@ -107,3 +107,8 @@ firebase/.yarn-integrity
|
|||||||
|
|
||||||
# dotenv environment variables file
|
# dotenv environment variables file
|
||||||
firebase/.env
|
firebase/.env
|
||||||
|
|
||||||
|
# Elastic Beanstalk Files
|
||||||
|
.elasticbeanstalk/*
|
||||||
|
!.elasticbeanstalk/*.cfg.yml
|
||||||
|
!.elasticbeanstalk/*.global.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user