Skip to content

Commit ab7032c

Browse files
author
Keith Halsall
committed
Remove commented out orders api.
1 parent 836323b commit ab7032c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish-subgraph.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
--routing-url https://subgraph-products-j3nprurqka-ue.a.run.app \
3030
--schema ./final/nosql-products/schema.graphql
3131
32-
# - name: Rover Subgraph Publish Orders
33-
# run: |
34-
# rover subgraph publish ${{vars.ACTOR}}${{ env.GEN }}@current \
35-
# --name orders \
36-
# --routing-url https://subgraph-orders-j3nprurqka-ue.a.run.app \
37-
# --schema ./orders-schema.graphql
32+
- name: Rover Subgraph Publish Orders
33+
run: |
34+
rover subgraph publish ${{vars.ACTOR}}${{ env.GEN }}@current \
35+
--name orders \
36+
--routing-url https://subgraph-orders-j3nprurqka-ue.a.run.app \
37+
--schema ./final/rest-orders/schema.graphql
3838
3939
- name: Rover Subgraph Publish Customers
4040
run: |

0 commit comments

Comments
 (0)