Skip to content

Commit

Permalink
removing old GH Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cristidas committed Jul 13, 2023
1 parent 802ad67 commit 8801fcd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 170 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/aws-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
env:
AWS_REGION: us-east-1
ECR_REPO_NAME: oazo-bcache-prod
ETL_SERVICE_NAME: oazo-bcache-etl-mainnet-prod
API_SERVICE_NAME: oazo-bcache-api-mainnet-prod
CLUSTER_NAME: oazo-bcache-prod
ECR_REPO_NAME: cache-prod
ETL_SERVICE_NAME: cache-etl-mainnet-prod
API_SERVICE_NAME: cache-api-mainnet-prod
CLUSTER_NAME: cache-prod

steps:
- name: Checkout
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/aws-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
env:
AWS_REGION: eu-central-1
ECR_REPO_NAME: oazo-bcache-staging
GOERLI_ETL_SERVICE_NAME: oazo-bcache-etl-goerli-staging
GOERLI_API_SERVICE_NAME: oazo-bcache-api-goerli-staging
MAINNET_ETL_SERVICE_NAME: oazo-bcache-etl-mainnet-staging
MAINNET_API_SERVICE_NAME: oazo-bcache-api-mainnet-staging
CLUSTER_NAME: oazo-bcache-staging
ECR_REPO_NAME: cache-staging
GOERLI_ETL_SERVICE_NAME: cache-etl-goerli-staging
GOERLI_API_SERVICE_NAME: cache-api-goerli-staging
MAINNET_ETL_SERVICE_NAME: cache-etl-mainnet-staging
MAINNET_API_SERVICE_NAME: cache-api-mainnet-staging
CLUSTER_NAME: cache-staging

steps:
- name: Checkout
Expand Down
71 changes: 0 additions & 71 deletions .github/workflows/new-aws-prod.yml

This file was deleted.

89 changes: 0 additions & 89 deletions .github/workflows/new-aws-staging.yml

This file was deleted.

0 comments on commit 8801fcd

Please sign in to comment.