Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging #1

Merged
merged 4 commits into from
Feb 20, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
doc adjustments
  • Loading branch information
Abdelhalim Dadouche committed Feb 19, 2025
commit 35d7862f8dad7aa47ccf5dcd46d17e5bdf8ee1ea
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ Once the pipeline completes and the image is available in the ECR repository, th

### Deploying the project pipeline stack

Alternatively, to deploy a specific example pipeline, you can use the following CDK deploy command:
To deploy a specific pipeline type, you can use the following CDK deploy command:

```bash
cdk deploy <pipeline-id> --require-approval never --concurrency 3
cdk deploy <pipeline-id> --require-approval
```

where **\<pipeline-id\>** can be one or more of the following:
Expand Down Expand Up @@ -128,7 +128,7 @@ Again, the created pipeline can be found in the AWS console under `Developer Too
> Once you have adjusted the content, you can update and upload the zip back to Amazon S3, and the pipeline will restart.
>

> [!**Custom**]
> [!**Custom Pipeline**]
>
> TODO
>
Expand Down