Enabling the Amplify DevOps pipeline
To enable the Amplify DevOps pipeline, the app must be set up for continuous deployment and connected to a GitHub repository. Follow these steps to enable the continuous deployment pipeline for your apps:
- Open a Terminal and enter the
amplify add hosting
command for the ReactJS, React Native for Web, and Expo Web projects. Then, selectContinuous deployment
astype
. This will open Amplify Console in your browser:amplify add hosting ? Select the plugin module to execute Hosting with Amplify Console (Managed hosting with custom domains, Continuous deployment) ? Choose a type Continuous deployment (Git-based deployments) ? Continuous deployment is configured in the Amplify Console. Please hit enter once you connect your repository
- Choose your favorite GitHub repository provider and click Connect branch:
- Click on the drop - down menu to select the correct repository for your app and...