Skip to content

Commit

Permalink
README.md: add non-interactive version of cdk deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Nov 21, 2023
1 parent 7d5c26f commit 915986c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cdk init app --language typescript
```
2. Add the cdk library with `npm install aws4embeddedlinux/aws4embeddedlinux-ci`
3. Create your application using the library. Refer to the [API Documentation](https://aws4embeddedlinux.github.io/aws4embeddedlinux-ci) and the [Examples](github.com/aws4embeddedlinux/aws4embeddedlinux-ci-examples) for more details.
4. Deploy your application using `cdk deploy`.
4. Deploy your application using `cdk deploy --require-approval never`.
5. After the application is deployed, the 'Build Image' Pipeline needs to be run. This will create an Ubuntu based container for building Yocto. This container is used by the other pipelines. If the other pipelines are run before this container is created and pushed to [ECR](https://aws.amazon.com/ecr/), they will fail. This Build Image Pipeline will run weekly by default to keep this container patched.
6. Now the application pipeline is able to be run. This will push contents of the Yocto deploy directory into S3.

Expand All @@ -48,7 +48,6 @@ This will link through the system `node_modules` install. When using a system no
## Known issues
- Windows is not supported currently


## Security

See [SECURITY](SECURITY.md) for more information about reporting issues with this project.
Expand Down

0 comments on commit 915986c

Please sign in to comment.