Skip to content

Commit 427e05c

Browse files
authored
Merge pull request #847 from upconsulting/develop
Configuring EBS correctly for deployment
2 parents 88511ba + 3c9c3ff commit 427e05c

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
branch-defaults:
2+
master:
3+
environment: Isiscb-production-celery-p312-env
4+
global:
5+
application_name: isiscb-production-celery-p312
6+
default_platform: Docker running on 64bit Amazon Linux 2023/4.7.1
7+
default_region: us-west-2
8+
sc: git
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
branch-defaults:
2+
master:
3+
environment: Isiscb-production-python312-env
4+
develop:
5+
environment: Isiscb-production-python312-env
6+
global:
7+
application_name: Isiscb-production-python312
8+
default_platform: Python 3.12 running on 64bit Amazon Linux 2023/4.7.2
9+
default_region: us-west-2
10+
sc: git

.github/workflows/production_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
pip install awsebcli==3.23.2
7676
7777
- name: setup eb config
78-
run: cp -r .elasticbeanstalk-staging .elasticbeanstalk
78+
run: cp -r .elasticbeanstalk-production .elasticbeanstalk
7979

8080
- name: Deploy to AWS Production Web Instance
8181
env:
@@ -94,7 +94,7 @@ jobs:
9494
- name: setup eb config for worker
9595
run: |
9696
rm -r .elasticbeanstalk
97-
cp -r .elasticbeanstalk-staging-worker .elasticbeanstalk
97+
cp -r .elasticbeanstalk-production-worker .elasticbeanstalk
9898
9999
- name: Deploy to AWS Production Worker Instance
100100
env:

0 commit comments

Comments
 (0)