Skip to content

Commit b228e20

Browse files
committed
Updated config.yml
1 parent 567f6ac commit b228e20

2 files changed

Lines changed: 2 additions & 13 deletions

File tree

.elasticbeanstalk/config.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
branch-defaults:
2-
AWS_EB_deployment_tests:
2+
main:
33
environment: regen-app-test
44
global:
55
application_name: regen-organics-analytics-app
6-
branch: null
7-
default_ec2_keyname: null
86
default_platform: Docker
97
default_region: us-east-1
10-
include_git_submodules: true
11-
instance_profile: null
12-
platform_name: null
13-
platform_version: null
14-
profile: rafid
15-
repository: null
16-
sc: git
17-
workspace_type: Application

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ jobs:
3737
- name: Deploy to Elastic Beanstalk
3838
run: |
3939
eb init regen-organics-analytics-app --region us-east-1 --platform "Docker"
40-
eb use regen-app-test
41-
eb deploy --staged
40+
eb deploy --staged --verbose

0 commit comments

Comments
 (0)