File tree Expand file tree Collapse file tree 3 files changed +25
-12
lines changed Expand file tree Collapse file tree 3 files changed +25
-12
lines changed Original file line number Diff line number Diff line change 1
1
# ## This is the Terraform-generated dev-build.yml workflow for the timdex-index-manager-dev app repository ###
2
- name : Dev Build and Deploy Fargate Container
2
+ # ## If this is a Lambda repo, uncomment the FUNCTION line at the end of the document ###
3
+ # ## If the container requires any additional pre-build commands, uncomment and edit ###
4
+ # ## the PREBUILD line at the end of the document. ###
5
+ name : Dev Container Build and Deploy
3
6
on :
4
7
workflow_dispatch :
5
8
pull_request :
6
9
branches :
7
10
- main
8
11
paths-ignore :
9
- - " .github/**"
12
+ - ' .github/**'
10
13
11
14
jobs :
12
15
deploy :
13
- name : Dev Deploy Fargate Container
14
- uses : mitlibraries/.github/.github/workflows/fargate -shared-deploy-dev.yml@main
16
+ name : Dev Container Deploy
17
+ uses : mitlibraries/.github/.github/workflows/ecr -shared-deploy-dev.yml@main
15
18
secrets : inherit
16
19
with :
17
20
AWS_REGION : " us-east-1"
18
21
GHA_ROLE : " timdex-index-manager-gha-dev"
19
22
ECR : " timdex-index-manager-dev"
23
+ # FUNCTION: ""
24
+ # PREBUILD:
Original file line number Diff line number Diff line change 1
- # ## This is the Terraform-generated prod-promote.yml workflow for the timdex-index-manager-prod app repository ###
2
- name : Prod Promote Fargate Container
1
+ # ## This is the Terraform-generated prod-promote.yml workflow for the timdex-index-manager-prod repository. ###
2
+ # ## If this is a Lambda repo, uncomment the FUNCTION line at the end of the document. ###
3
+ name : Prod Container Promote
3
4
on :
4
5
workflow_dispatch :
5
6
release :
6
7
types : [published]
7
8
8
9
jobs :
9
10
deploy :
10
- name : Prod Promote Fargate Container
11
- uses : mitlibraries/.github/.github/workflows/fargate -shared-promote-prod.yml@main
11
+ name : Prod Container Promote
12
+ uses : mitlibraries/.github/.github/workflows/ecr -shared-promote-prod.yml@main
12
13
secrets : inherit
13
14
with :
14
15
AWS_REGION : " us-east-1"
15
16
GHA_ROLE_STAGE : timdex-index-manager-gha-stage
16
17
GHA_ROLE_PROD : timdex-index-manager-gha-prod
17
18
ECR_STAGE : " timdex-index-manager-stage"
18
19
ECR_PROD : " timdex-index-manager-prod"
20
+ # FUNCTION: ""
21
+
Original file line number Diff line number Diff line change 1
- # ## This is the Terraform-generated stage-build.yml workflow for the timdex-index-manager-stage app repository ###
2
- name : Stage Build and Deploy Fargate Container
1
+ # ## This is the Terraform-generated dev-build.yml workflow for the timdex-index-manager-stage app repository ###
2
+ # ## If this is a Lambda repo, uncomment the FUNCTION line at the end of the document ###
3
+ # ## If the container requires any additional pre-build commands, uncomment and edit ###
4
+ # ## the PREBUILD line at the end of the document. ###
5
+ name : Stage Container Build and Deploy
3
6
on :
4
7
workflow_dispatch :
5
8
push :
10
13
11
14
jobs :
12
15
deploy :
13
- name : Stage Deploy Fargate Container
14
- uses : mitlibraries/.github/.github/workflows/fargate -shared-deploy-stage.yml@main
16
+ name : Stage Container Deploy
17
+ uses : mitlibraries/.github/.github/workflows/ecr -shared-deploy-stage.yml@main
15
18
secrets : inherit
16
19
with :
17
20
AWS_REGION : " us-east-1"
18
21
GHA_ROLE : " timdex-index-manager-gha-stage"
19
22
ECR : " timdex-index-manager-stage"
23
+ # FUNCTION: ""
24
+ # PREBUILD:
You can’t perform that action at this time.
0 commit comments