redwood deploy render <side>
Build (web) and Start (api) command for Render deploy
Arguments
Name | Description |
---|---|
side | Select side to build |
Options
Name | Description |
---|---|
--serve | Run server for api in production [default: "true"] |
--prisma | Apply database migrations [default: "true"] |
--data-migrate, --dm | Migrate the data in your database [default: "true"] |