Skip to content

Commit

Permalink
💚 old squid cli
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Sep 28, 2023
1 parent f5e9c60 commit feeacf1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/subsquid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: install @subsquid/cli
run: npm install --location=global @subsquid/cli@0.7.4
run: npm install --location=global @subsquid/cli
- name: auth subsquid
run: |
BRANCH=${{ github.ref_name }}
Expand All @@ -23,8 +23,4 @@ jobs:
sqd auth -k ${{ secrets.DEPLOYMENT_KEY }}
- name: deploy subsquid
id: deploy
continue-on-error: true
run: sqd squid release ${{ github.event.repository.name }}@${{ env.VERSION }} -v
- name: update subsquid
if: steps.deploy.outcome == 'failure'
run: sqd squid update ${{ github.event.repository.name }}@${{ env.VERSION }} -v
run: sqd deploy -u -m ${{ env.VERSION }}.yaml .

0 comments on commit feeacf1

Please sign in to comment.