Skip to content

Commit

Permalink
Update script logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Garkusha committed Oct 4, 2022
1 parent c28b525 commit e0e839d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: aviate-labs/[email protected]
with:
dfx-version: 0.9.3
dfx-version: 0.11.0
vessel-version: 0.6.3

- name: deploy to dfinity mainnet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: aviate-labs/[email protected]
with:
dfx-version: 0.9.3
dfx-version: 0.11.0
vessel-version: 0.6.3

- name: deploy to dfinity mainnet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: aviate-labs/[email protected]
with:
dfx-version: 0.9.3
dfx-version: 0.11.0
vessel-version: 0.6.3

- name: deploy to dfinity mainnet
Expand Down
2 changes: 1 addition & 1 deletion scripts/lib/deploy_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DEPLOYER_EXTRA_ARG=$(scripts/didc-linux64 encode "(principal \"${ADMIN_PRINCIPAL
${DEPLOYER} \
-d "${DEPLOYER_WASM}" \
-w "${WALLET_ID}" \
-m ".dfx/local/canisters/event_system/event_system.wasm" \
-m ".dfx/local/canisters/drout/drout.wasm" \
-t "${ACTION}" \
-C 200000000000 \
-T "wasm" \
Expand Down
2 changes: 1 addition & 1 deletion scripts/lib/deploy_prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DEPLOYER_EXTRA_ARG=$(scripts/didc-linux64 encode "(principal \"${ADMIN_PRINCIPAL
${DEPLOYER} \
-d "${DEPLOYER_WASM}" \
-w "${WALLET_ID}" \
-m ".dfx/local/canisters/event_system/event_system.wasm" \
-m ".dfx/local/canisters/drout/drout.wasm" \
-t "${ACTION}" \
-C 200000000000 \
-T "wasm" \
Expand Down
2 changes: 1 addition & 1 deletion scripts/lib/deploy_stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DEPLOYER_EXTRA_ARG=$(scripts/didc-linux64 encode "(principal \"${ADMIN_PRINCIPAL
${DEPLOYER} \
-d "${DEPLOYER_WASM}" \
-w "${WALLET_ID}" \
-m ".dfx/local/canisters/event_system/event_system.wasm" \
-m ".dfx/local/canisters/drout/drout.wasm" \
-t "${ACTION}" \
-C 200000000000 \
-T "wasm" \
Expand Down

0 comments on commit e0e839d

Please sign in to comment.