Skip to content

Commit

Permalink
WIP deploy dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfraser committed Feb 3, 2025
1 parent 5c9405f commit 2fb8ebc
Showing 1 changed file with 39 additions and 38 deletions.
77 changes: 39 additions & 38 deletions .github/workflows/indexer-build-and-push-dev-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@ name: Indexer Build & Push Images to AWS ECR for Dev / Staging branches
on: # yamllint disable-line rule:truthy
push:
branches:
- main
- 'release/indexer/v[0-9]+.[0-9]+.x' # e.g. release/indexer/v0.1.x
- 'release/indexer/v[0-9]+.x' # e.g. release/indexer/v1.x
# - main
# - 'release/indexer/v[0-9]+.[0-9]+.x' # e.g. release/indexer/v0.1.x
# - 'release/indexer/v[0-9]+.x' # e.g. release/indexer/v1.x
- 'oracle-price-candles'
# TODO(DEC-837): Customize github build and push to ECR by service with paths

jobs:
# Build and push to dev
call-build-and-push-ecs-services-dev:
name: (Dev) Build and Push ECS Services
uses: ./.github/workflows/indexer-build-and-push-all-ecr-images.yml
with:
ENVIRONMENT: dev
secrets: inherit
# # Build and push to dev
# call-build-and-push-ecs-services-dev:
# name: (Dev) Build and Push ECS Services
# uses: ./.github/workflows/indexer-build-and-push-all-ecr-images.yml
# with:
# ENVIRONMENT: dev
# secrets: inherit

# Build and push to dev2
call-build-and-push-ecs-services-dev2:
Expand All @@ -25,34 +26,34 @@ jobs:
ENVIRONMENT: dev2
secrets: inherit

# Build and push to dev3
call-build-and-push-ecs-services-dev3:
name: (Dev3) Build and Push ECS Services
uses: ./.github/workflows/indexer-build-and-push-all-ecr-images.yml
with:
ENVIRONMENT: dev3
secrets: inherit
# # Build and push to dev3
# call-build-and-push-ecs-services-dev3:
# name: (Dev3) Build and Push ECS Services
# uses: ./.github/workflows/indexer-build-and-push-all-ecr-images.yml
# with:
# ENVIRONMENT: dev3
# secrets: inherit

# Build and push to dev4
call-build-and-push-ecs-services-dev4:
name: (Dev4) Build and Push ECS Services
uses: ./.github/workflows/indexer-build-and-push-all-ecr-images.yml
with:
ENVIRONMENT: dev4
secrets: inherit
# # Build and push to dev4
# call-build-and-push-ecs-services-dev4:
# name: (Dev4) Build and Push ECS Services
# uses: ./.github/workflows/indexer-build-and-push-all-ecr-images.yml
# with:
# ENVIRONMENT: dev4
# secrets: inherit

# Build and push to dev5
call-build-and-push-ecs-services-dev5:
name: (Dev5) Build and Push ECS Services
uses: ./.github/workflows/indexer-build-and-push-all-ecr-images.yml
with:
ENVIRONMENT: dev5
secrets: inherit
# # Build and push to dev5
# call-build-and-push-ecs-services-dev5:
# name: (Dev5) Build and Push ECS Services
# uses: ./.github/workflows/indexer-build-and-push-all-ecr-images.yml
# with:
# ENVIRONMENT: dev5
# secrets: inherit

# Build and push to staging
call-build-and-push-ecs-services-staging:
name: (Staging) Build and Push ECS Services
uses: ./.github/workflows/indexer-build-and-push-all-ecr-images.yml
with:
ENVIRONMENT: staging
secrets: inherit
# # Build and push to staging
# call-build-and-push-ecs-services-staging:
# name: (Staging) Build and Push ECS Services
# uses: ./.github/workflows/indexer-build-and-push-all-ecr-images.yml
# with:
# ENVIRONMENT: staging
# secrets: inherit

0 comments on commit 2fb8ebc

Please sign in to comment.