Create volume
name with your desired volume name. Only alphanumeric characters and
underscores are allowed in names.
Optionally, you may specify the size of the volume, in gigabytes, by adding a --size int argument.
The default volume size is 3 gigabytes.
Now set the following secret, again replacing the name with what you selected:
Mount and Prep for Deployment
Add the following to yourfly.toml, once again replacing the name with what you selected, this
time in two places:
db:migrate task from the release to server in lib/tasks/fly.rake:
Deploy
These changes can be deployed usingfly deploy.