Skip to content

Commit ede95d6

Browse files
authored
ci: improve subgraph deployment script naming (#172)
Updates the subgraph deploy script naming to prevent confusion with Livepeer studio deployments.
1 parent 10e5614 commit ede95d6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
VERSION_LABEL: pr-${{ github.event.number }}-${{ steps.short_sha.outputs.short_sha }}-${{ github.run_id }}
3636
run: |
3737
yarn prepare:arbitrum-one
38-
./.github/scripts/deploy-studio.sh livepeer-ci "$VERSION_LABEL" "$LIVEPEER_CI_DEPLOY_KEY"
38+
./.github/scripts/deploy-subgraph-studio.sh livepeer-ci "$VERSION_LABEL" "$LIVEPEER_CI_DEPLOY_KEY"
3939
4040
- name: Find subgraph studio preview comment
4141
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false

0 commit comments

Comments
 (0)