Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
fix: modify deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
filo87 committed Nov 3, 2023
1 parent bfd768f commit d116068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/subql_deploy_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ jobs:
--ipfsCID="$CFG_IPFSCID" \
--type=$SUBQL_DEPLOYMENT_TYPE \
--disableHistorical \
--indexerBatchSize=30 \
--indexerWorkers=2 \
--indexerVersion="$SUBQL_INDEXER_VERSION" \
--queryVersion="$SUBQL_QUERY_VERSION"
- name: Deploy EVM Version
Expand All @@ -108,5 +106,7 @@ jobs:
--ipfsCID="$EVM_IPFSCID" \
--type=$SUBQL_DEPLOYMENT_TYPE \
--disableHistorical \
--indexerBatchSize=30 \
--indexerWorkers=2 \
--indexerVersion="$SUBQL_INDEXER_VERSION" \
--queryVersion="$SUBQL_QUERY_VERSION"

0 comments on commit d116068

Please sign in to comment.