Skip to content

Commit

Permalink
CMDCT-4184 - corrects import instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
peoplespete committed Jan 16, 2025
1 parent 098fdfa commit 40e755f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deployment/import_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ As this import occurs you'll have to provide the information you gathered just b
WITH_IMPORTS=true ./run deploy --stage <YOUR_BRANCH_NAME>
```

4. Run a full deploy by kicking off the full cdk deploy via Github Action. Permissions for individual developers are limited so you must use Github Action to do this part.
4. Run a full deploy by kicking off the full cdk deploy.

```bash
./run deploy --stage <YOUR_BRANCH_NAME>
```


5. Find the Cloudfront Url in the Github Action's logs (or in the outputs section of your Cloudformation Stack). Visit the site and confirm that you can login and use the application. :tada: Congrats, you did it!

Expand Down

0 comments on commit 40e755f

Please sign in to comment.