1 parent 567f6ac commit b228e20Copy full SHA for b228e20
2 files changed
.elasticbeanstalk/config.yml
@@ -1,17 +1,7 @@
1
branch-defaults:
2
- AWS_EB_deployment_tests:
+ main:
3
environment: regen-app-test
4
global:
5
application_name: regen-organics-analytics-app
6
- branch: null
7
- default_ec2_keyname: null
8
default_platform: Docker
9
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
@@ -37,5 +37,4 @@ jobs:
37
- name: Deploy to Elastic Beanstalk
38
run: |
39
eb init regen-organics-analytics-app --region us-east-1 --platform "Docker"
40
- eb use regen-app-test
41
- eb deploy --staged
+ eb deploy --staged --verbose
0 commit comments