How to add or ignore files in Shuttle deployments
shuttle deploy
, all source files in your cargo workspace that are not ignored are packed into a zip archive and uploaded to Shuttle, where they are then extracted and built.
.gitignore
or .ignore
files, depending on if you want to exclude them from version control or not.
Shuttle.toml
file in the root of your workspace:
"static"
, does not work. Use "static/*"
instead to include its contents.deploy
command to exit if there are uncommitted git changes:
[build]
configuration in Shuttle.toml
.