Skip to content

Improve documentation for codepipeline-build-deploy examples #855

Open
@thomasdesplaces

Description

@thomasdesplaces

Describe the feature

--> Improve documentation for codepipeline-build-deploy examples (in each language).

After deploy the CI/CD, how developer work to update the code ? Does he add the repository settings in the app folder (git remote add codecommit-url) ? Does he create a new folder with the repository settings ?

Use Case

When I want to update my app code ...

Proposed Solution

After the first deployment of the CI/CD :

  • cd app.
  • git remote add ...
  • Modify your code.
  • git add .
  • git commit
  • git push
  • Go to CodePipeline to see the CI/CD operations

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Language

Typescript, Python, Go

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions