File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
.elasticbeanstalk-production-worker
.elasticbeanstalk-production Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments