We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc4d94 commit e95153bCopy full SHA for e95153b
.github/workflows/subsquid.yml
@@ -23,4 +23,4 @@ jobs:
23
sqd auth -k ${{ secrets.DEPLOYMENT_KEY }}
24
- name: deploy subsquid
25
id: deploy
26
- run: sqd deploy -o kodadot -u -m ${{ env.VERSION }}.yaml .
+ run: sqd deploy -o kodadot --allow-update --no-interactive --no-stream-logs -m ${{ env.VERSION }}.yaml .
0 commit comments