We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f04ef commit fee8059Copy full SHA for fee8059
infrastructure/README.md
@@ -180,7 +180,7 @@ Migrate and load data into the new database.
180
- Upload the fixture present in `backend/data` to `nest-fixtures` bucket using the following command:
181
182
```bash
183
- aws s3 cp data/nest.json.gz s3://nest-fixtures/
+ aws s3 cp data/nest.json.gz s3://owasp-nest-fixtures-<id>/
184
```
185
186
3. **Run ECS Tasks**:
0 commit comments