diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ecb1439..ffbe869 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -5,7 +5,7 @@ on: workflow_dispatch: jobs: - deploy-thegraph-studio-rn: + deploy-thegraph-studio: runs-on: ubuntu-latest strategy: matrix: @@ -17,6 +17,7 @@ jobs: - "celo" - "fantom" - "fuse" + - "mainnet" - "matic" - "moonbeam" - "near" @@ -35,22 +36,6 @@ jobs: chain: ${{ matrix.chain }} deploy-key: ${{ secrets.SUBGRAPH_STUDIO_DEPLOY_KEY_RN }} - deploy-thegraph-studio-rf: - runs-on: ubuntu-latest - strategy: - matrix: - chain: - - "mainnet" - environment: - name: ${{ matrix.chain }} - url: ${{ format('https://api.studio.thegraph.com/query/35843/request-payments-{0}/version/latest', matrix.chain) }} - steps: - - uses: actions/checkout@v4 - - uses: ./.github/actions/deploy - with: - chain: ${{ matrix.chain }} - deploy-key: ${{ secrets.SUBGRAPH_STUDIO_DEPLOY_KEY_RF }} - deploy-core: runs-on: ubuntu-latest environment: