Skip to content

Commit 217fc91

Browse files
authoredDec 10, 2024··
Merge pull request #329 from kodadot/main
Update subsquid.yml
2 parents bd15e3c + e95153b commit 217fc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/subsquid.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
sqd auth -k ${{ secrets.DEPLOYMENT_KEY }}
2424
- name: deploy subsquid
2525
id: deploy
26-
run: sqd deploy -o kodadot -u -m ${{ env.VERSION }}.yaml .
26+
run: sqd deploy -o kodadot --allow-update --no-interactive --no-stream-logs -m ${{ env.VERSION }}.yaml .

0 commit comments

Comments
 (0)
Please sign in to comment.