Skip to content

Commit

Permalink
add codegen in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Apr 15, 2024
1 parent f4d69e7 commit 6864893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
corepack enable
yarn
yarn codegen
yarn build
- name: Deploy 🚀
Expand Down
2 changes: 1 addition & 1 deletion fly.fullnode.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ memory = "2gb"

[env]
GRPC_SERVER_URL="[::1]:50051"
ROLLUP_HTTP_SERVER_URL="http://cartezcash.fly.dev/graphql"
ROLLUP_HTTP_SERVER_URL="https://cartezcash.fly.dev/graphql"

0 comments on commit 6864893

Please sign in to comment.