fix typo
continuous-integration/drone/push Build is failing Details

This commit is contained in:
iexos 2024-03-31 14:58:17 +02:00
parent f3c8e08441
commit 6eee864ba1
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ revisions to (instead of deleting them).
### Migrate from S3 to local storage
- `abra app config <domain>`, add
COMPOSE_FILE="$COMPOSE_FILE:compose.local.yml"
FILE_STORAGE_UPLOAD_MAX_SIZE=26214400
- `COMPOSE_FILE="$COMPOSE_FILE:compose.local.yml"`
- `FILE_STORAGE_UPLOAD_MAX_SIZE=26214400`
- `abra app deploy <domain> -f`
- compose.aws.yml should still be deployed!
- `abra app undeploy <domain>`