Skip to content

Commit

Permalink
wip on sg deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Oct 11, 2024
1 parent 0cf1327 commit 851c813
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/deploy-subgraph.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy subgraph
on:
[workflow_dispatch]

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main

- run: nix develop -c graph codegen
- run: nix develop -c graph build
- run: nix develop -c goldsky subgraph deploy

0 comments on commit 851c813

Please sign in to comment.