Skip to content

Commit

Permalink
reset canister script
Browse files Browse the repository at this point in the history
  • Loading branch information
happyhackerbird committed Aug 6, 2024
1 parent feeb1e7 commit 8bc902b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ if [ -n "${CANISTER_DOMAIN:-}" ]; then
echo "Canister domain set to $CANISTER_DOMAIN"
fi


dfx deploy --upgrade-unchanged civic_canister_backend --network "$DFX_NETWORK" --argument '(
dfx canister install --mode reinstall civic_canister_backend --network "$DFX_NETWORK" --argument '(
opt record {
idp_canister_ids = vec { principal "'"$II_CANISTER_ID"'" };
ic_root_key_der = vec '"$rootkey_did"';
Expand Down

0 comments on commit 8bc902b

Please sign in to comment.