Skip to content

Commit

Permalink
compute-allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
dskloetd committed Sep 30, 2024
1 parent bcdbc91 commit 6d66dae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-to-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
CANISTER_NAME="nns-dapp"
# Note: inputs.mode is set if this workflow is run manually, using `workflow_dispatch` defined above.
# If the workflow is triggered in another way, the inputs are not defined so we need to specify a default again.
dfx canister update-settings nns-dapp --compute-allocation 1 --network "$DFX_NETWORK"
dfx canister status nns-dapp --network "$DFX_NETWORK"
scripts/nns-dapp/deploy-in-chunks \
--assets "out/assets.tar.xz" \
--network "$DFX_NETWORK" \
Expand Down

0 comments on commit 6d66dae

Please sign in to comment.