Skip to content

Commit

Permalink
updated hosted service
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 committed Feb 26, 2023
1 parent 0f63944 commit 44124b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-satsuma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
run: yarn build
- name: Deploy to Satsuma
run: |
npx graph deploy aavegotchi-gotchi-subgraph --version-label ${GITHUB_REF#refs/*/} --node https://app.satsuma.xyz/api/subgraphs/deploy --ipfs https://api.thegraph.com/ipfs/ --deploy-key ${{secrets.SATSUMA_ACCESS_TOKEN}}
npx graph deploy aavegotchi-gotchi-subgraph --version-label ${GITHUB_REF#refs/*/} --node https://app.satsuma.xyz/api/subgraphs/deploy --ipfs https://api.thegraph.com/ipfs/ --deploy-key ${{secrets.SATSUMA_ACCESS_TOKEN}} --product hosted-service
shell: bash

0 comments on commit 44124b5

Please sign in to comment.