Skip to content

Commit

Permalink
feat: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorvin committed Dec 12, 2024
1 parent b943847 commit b5ac260
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ jobs:

- 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

- name: Deploy Sonic Mainnet
run: graph deploy v2-core-subgraph-sonic-mainnet --version-label $ENVIRONMENT --node https://subgraphs.alchemy.com/api/subgraphs/deploy --deploy-key ${{ secrets.ALCHEMY_API_KEY }} --ipfs https://ipfs.satsuma.xyz --network sonic-mainnet
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 v2-core-subgraph --network localhost",
"deploy-arbitrum": "dotenv -e .env -- cross-var graph deploy v2-core-subgraph --version-label %DEPLOY_VERSION% --node https://subgraphs.alchemy.com/api/subgraphs/deploy --deploy-key %DEPLOY_KEY% --ipfs https://ipfs.satsuma.xyz --network arbitrum-sepolia",
"deploy-base": "dotenv -e .env -- cross-var graph deploy v2-core-subgraph-base --version-label %DEPLOY_VERSION% --node https://subgraphs.alchemy.com/api/subgraphs/deploy --deploy-key %DEPLOY_KEY% --ipfs https://ipfs.satsuma.xyz --network base",
"deploy-sonic-mainnet": "dotenv -e .env -- cross-var graph deploy v2-core-subgraph-sonic-mainnet --version-label %DEPLOY_VERSION% --node https://subgraphs.alchemy.com/api/subgraphs/deploy --deploy-key %DEPLOY_KEY% --ipfs https://ipfs.satsuma.xyz --network sonic-mainnet",
"deploy-berachain-bartio": "graph build --network=berachain-bartio && dotenv -e .env -- cross-var goldsky subgraph deploy v2-core-subgraph-berachain-bartio/%DEPLOY_VERSION% --path .",
"deploy-mitosis-testnet": "graph build --network=mitosis-testnet && dotenv -e .env -- cross-var goldsky subgraph deploy v2-core-subgraph-mitosis-testnet/%DEPLOY_VERSION% --path .",
"deploy-zksync-era": "graph build --network=zksync-era && dotenv -e .env -- cross-var goldsky subgraph deploy v2-core-subgraph-zksync-era/%DEPLOY_VERSION% --path .",
Expand Down

0 comments on commit b5ac260

Please # to comment.