Search code examples
azureaws-amplify

How to integrate azure repo from amplify for CI/CD?


I currently have an application in amplify but I want to integrate the repo, but I have it in azure, I don't see the option to integrate directly with azure from amplify.


Solution

    • In your case, the best suggestion would be to use multiple remotes provided by Git. no need to worry if you are not using GitHub because the process and the commands are the same.
    • As you are using 2 different environments you need to use Azure Repos and Code commit with git standard.
    • Once you have done setting multiple repos, configuring CI/CD pipeline would be a better process to deploy based on your push.
    • It's worth pointing out that you’ll need to properly setup and configure your CI/CD pipeline. AWS provides a number of services to support this including AWS CodePipeline, AWS CodeBuild, and AWS CodeDeploy.