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(cargo-shuttle): Shuttle.toml new key names #1895

Merged
merged 2 commits into from
Oct 3, 2024

Conversation

jonaro00
Copy link
Member

@jonaro00 jonaro00 commented Oct 3, 2024

Renames...

  • assets -> deploy.include
  • build_assets -> build.assets

...with fallback to previous names. (no breaking change)

A fully utilized Shuttle.toml for beta would be

[deploy]
include = ["assets/*"]
deny_dirty = true

[build]
assets = ["assets/*"]

@jonaro00 jonaro00 merged commit 4820498 into shuttle-hq:main Oct 3, 2024
25 checks passed
@jonaro00 jonaro00 deleted the shuttle-toml-names branch October 3, 2024 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants