Skip to content

Commit

Permalink
👷 github: setup optimism deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Sep 23, 2024
1 parent 01ce44d commit 112b495
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
- run: bun install
- run: bun run test

- run: bun graph auth --product hosted-service ${{ secrets.GRAPH_HOSTED_TOKEN }}
- run: bun prepare:optimism
- run: bun graph deploy --product hosted-service exactly/optimism

- run: bun graph auth --studio ${{ secrets.GRAPH_STUDIO_TOKEN }}
- run: bun prepare:mainnet
- run: bun graph deploy --studio -l {{ github.ref_name }} exactly
- run: bun prepare:optimism
- run: bun graph deploy --studio -l {{ github.ref_name }} exactly-optimism

0 comments on commit 112b495

Please sign in to comment.