Skip to content

Commit

Permalink
chore: update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cinnabarhorse committed Nov 28, 2024
1 parent ecb9608 commit 23f0fb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-tags-geist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Install Libs
run: yarn --frozen-lockfile
- name: Codegen
run: yarn codegen:testnet
run: yarn codegen:geist
- name: Build
run: yarn build:testnet
- name: Deploy to Satsuma on test
run: yarn build:geist
- name: Deploy to Satsuma on Geist
run: |
npx graph deploy aavegotchi-svg-geist \
--deploy-key ${{secrets.SATSUMA_ACCESS_TOKEN}} \
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"codegen:baseSepolia": "graph codegen subgraph.baseSepolia.yaml",
"build:testnet": "graph build subgraph.testnet.yaml",
"build:baseSepolia": "graph build subgraph.baseSepolia.yaml",
"codegen:geist": "graph codegen subgraph.geist.yaml",
"build:geist": "graph build subgraph.geist.yaml",
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ aavegotchi-svgs-subgraph",
"create-local": "graph create --node http://localhost:8020/ aavegotchi-svgs-subgraph",
"remove-local": "graph remove --node http://localhost:8020/ aavegotchi-svgs-subgraph",
Expand Down

0 comments on commit 23f0fb5

Please sign in to comment.