Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: specify canisters not to deploy #3719

Closed
wants to merge 13 commits into from

Conversation

vporton
Copy link
Contributor

@vporton vporton commented Apr 17, 2024

Description

Added deploy canister options. "deploy": false means not to deploy this canister when doing dfx deploy (unless the canister is explicitly specified in the command line).

How Has This Been Tested?

In a Motoko project, I did both dfx deploy CanDBPartition and dfx deploy main where CanDBPartition has "deploy": false and main hasn't. I also did dfx deploy without canister argument.

Checklist:

  • The title of this PR complies with Conventional Commits.
  • I have edited the CHANGELOG accordingly.
  • I have made corresponding changes to the documentation.

@vporton
Copy link
Contributor Author

vporton commented May 7, 2024

I've integrate changes of this PR into PR #3710. I do not support this PR, because it would lead to complexity of maintenance of both PRs. So, I am closing this PR.

@vporton vporton closed this May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant