Skip to content

Commit

Permalink
Add urls
Browse files Browse the repository at this point in the history
  • Loading branch information
smyrick committed Jun 21, 2024
1 parent 2ea815b commit 82c637c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
graph-ref: ${{ vars.APOLLO_GRAPH_REF }}
name: checkout
schema: ./subgraphs/checkout/schema.graphql
routing-url: https://apollosolutions--retail-supergraph.fly.dev/checkout/graphql

- name: Publish discovery schema
uses: apollosolutions/rover-actions/subgraph-publish@v1
Expand All @@ -43,6 +44,7 @@ jobs:
graph-ref: ${{ vars.APOLLO_GRAPH_REF }}
name: discovery
schema: ./subgraphs/discovery/schema.graphql
routing-url: https://apollosolutions--retail-supergraph.fly.dev/discovery/graphql

- name: Publish inventory schema
uses: apollosolutions/rover-actions/subgraph-publish@v1
Expand All @@ -51,6 +53,7 @@ jobs:
graph-ref: ${{ vars.APOLLO_GRAPH_REF }}
name: inventory
schema: ./subgraphs/inventory/schema.graphql
routing-url: https://apollosolutions--retail-supergraph.fly.dev/inventory/graphql

- name: Publish orders schema
uses: apollosolutions/rover-actions/subgraph-publish@v1
Expand All @@ -59,6 +62,7 @@ jobs:
graph-ref: ${{ vars.APOLLO_GRAPH_REF }}
name: orders
schema: ./subgraphs/orders/schema.graphql
routing-url: https://apollosolutions--retail-supergraph.fly.dev/orders/graphql

- name: Publish products schema
uses: apollosolutions/rover-actions/subgraph-publish@v1
Expand All @@ -67,6 +71,7 @@ jobs:
graph-ref: ${{ vars.APOLLO_GRAPH_REF }}
name: products
schema: ./subgraphs/products/schema.graphql
routing-url: https://apollosolutions--retail-supergraph.fly.dev/products/graphql

- name: Publish reviews schema
uses: apollosolutions/rover-actions/subgraph-publish@v1
Expand All @@ -75,6 +80,7 @@ jobs:
graph-ref: ${{ vars.APOLLO_GRAPH_REF }}
name: reviews
schema: ./subgraphs/reviews/schema.graphql
routing-url: https://apollosolutions--retail-supergraph.fly.dev/reviews/graphql

- name: Publish shipping schema
uses: apollosolutions/rover-actions/subgraph-publish@v1
Expand All @@ -83,6 +89,7 @@ jobs:
graph-ref: ${{ vars.APOLLO_GRAPH_REF }}
name: shipping
schema: ./subgraphs/shipping/schema.graphql
routing-url: https://apollosolutions--retail-supergraph.fly.dev/shipping/graphql

- name: Publish users schema
uses: apollosolutions/rover-actions/subgraph-publish@v1
Expand All @@ -91,6 +98,7 @@ jobs:
graph-ref: ${{ vars.APOLLO_GRAPH_REF }}
name: users
schema: ./subgraphs/users/schema.graphql
routing-url: https://apollosolutions--retail-supergraph.fly.dev/users/graphql

publish-README:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 82c637c

Please sign in to comment.