Skip to content

Commit

Permalink
ci: deploy mainnet on RN account (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-abrioux authored May 28, 2024
1 parent c9b43c4 commit 54b0bcf
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

jobs:
deploy-thegraph-studio-rn:
deploy-thegraph-studio:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -17,6 +17,7 @@ jobs:
- "celo"
- "fantom"
- "fuse"
- "mainnet"
- "matic"
- "moonbeam"
- "near"
Expand All @@ -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:
Expand Down

0 comments on commit 54b0bcf

Please sign in to comment.