Skip to content

Commit

Permalink
removed yaml from gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisakinrinade committed Jan 6, 2021
1 parent 6830a1d commit 2da1a74
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .elasticbeanstalk/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
branch-defaults:
aws_version:
environment: Seeqr-env
environment-defaults:
Seeqr-env:
branch: null
repository: null
global:
application_name: SeeQR
default_ec2_keyname: null
default_platform: Node.js 12 running on 64bit Amazon Linux 2
default_region: us-east-2
include_git_submodules: true
instance_profile: null
platform_name: null
platform_version: null
profile: eb-cli
sc: git
workspace_type: Application
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ people.csv
swcopy.sql
vessels.csv
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml

0 comments on commit 2da1a74

Please sign in to comment.