Skip to content

Commit

Permalink
Revert "temp: disable arbitrum sepolia ci"
Browse files Browse the repository at this point in the history
This reverts commit 03cde28.
  • Loading branch information
Dorvin committed Oct 24, 2024
1 parent 03cde28 commit 5e112ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:

- name: Build project
run: yarn build
#
# - name: Deploy Arbitrum Sepolia
# run: graph deploy v2-core-subgraph --version-label $ENVIRONMENT --node https://subgraphs.alchemy.com/api/subgraphs/deploy --deploy-key ${{ secrets.ALCHEMY_API_KEY }} --ipfs https://ipfs.satsuma.xyz --network arbitrum-sepolia

- name: Deploy Arbitrum Sepolia
run: graph deploy v2-core-subgraph --version-label $ENVIRONMENT --node https://subgraphs.alchemy.com/api/subgraphs/deploy --deploy-key ${{ secrets.ALCHEMY_API_KEY }} --ipfs https://ipfs.satsuma.xyz --network arbitrum-sepolia

- name: Deploy Base
run: graph deploy v2-core-subgraph-base --version-label $ENVIRONMENT --node https://subgraphs.alchemy.com/api/subgraphs/deploy --deploy-key ${{ secrets.ALCHEMY_API_KEY }} --ipfs https://ipfs.satsuma.xyz --network base

0 comments on commit 5e112ac

Please sign in to comment.