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

Improve documentation for codepipeline-build-deploy examples #855

Open
2 tasks
thomasdesplaces opened this issue May 31, 2023 · 0 comments
Open
2 tasks
Labels
feature-request A feature should be added or improved. language/python Related to Python examples language/typescript Related to Typescript examples p2

Comments

@thomasdesplaces
Copy link

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

@thomasdesplaces thomasdesplaces added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels May 31, 2023
@ericzbeard ericzbeard changed the title (short issue description) Improve documentation for codepipeline-build-deploy examples Jul 14, 2023
@kaiz-io kaiz-io added language/python Related to Python examples language/typescript Related to Typescript examples p2 and removed needs-triage This issue or PR still needs to be triaged. labels Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. language/python Related to Python examples language/typescript Related to Typescript examples p2
Projects
None yet
Development

No branches or pull requests

2 participants