Deployment
Running Migrations
You can easily run migrations or other administrative tasks using one-off commands.
$ convox run web rake db:migrate
You can also include a migration command in the Before Promote section of a workflow which will cause the migration to be run as a one-off command against your new release prior to promoting it.