@@ -186,7 +186,7 @@ Here are variables supported to configure the production environment:
| :lock: `S3_PROD_ACCESS_KEY` | S3 service Access Key for `production` env _(only define if different from default)_ | `$S3_ACCESS_KEY` |
| :lock: `S3_PROD_SECRET_KEY` | S3 service Secret Key for `production` env _(only define if different from default)_ | `$S3_SECRET_KEY` |
| `S3_PROD_BUCKET_NAME` | Bucket name for `production` env | `$S3_BASE_BUCKET_NAME` |
| `AUTODEPLOY_TO_PROD` | Set this variable to auto-deploy to production. If not set deployment to production will be `manual` (default behaviour). | _none_ (disabled) |
| `S3_PROD_DEPLOY_STRATEGY`| Defines the deployment to production strategy. One of `manual` (i.e. _one-click_) or `auto`. | `manual` |
| `S3_PROD_PREFIX` | S3 prefix to use for `production` env _(only define if different from default)_ | `S3_PREFIX` |