How do I release multiple projects to same domain using AWS when developer commit the latest code change

HOW TO -️ October 18, 2021

I have multiple projects on Github and I need to release each project on same domain different paths when developer commit code changes.

Example:

I have Github repositories like below

  • CRM
  • CMS
  • Main-Website

currently, our website is like this

  • example.com/CRM
  • example.com/CMS
  • example.com --> is the Main-Website repository.

Please someone tell me how to do this in AWS using there services. Currently im doing this manually login to server and git pull

Thanks.

Answer

not sure this answer is what you are looking for - would e.g. Bamboo or Jenkins depoyoment routines suite your needs?

Initializing...