Redeploy Web-apps

CI/CD for web-apps.

Gitactions can be used to redeploy the web-apps with latest changes. Given link below can be used to deploy the web-apps.

Note: If you do not have an access to this repository check it from devops team.

How to run CD via git-actions

  1. Click on above git-actions link. It will take you to the deployment page.

  2. Click on the Run Workflow`

  3. Always keep staging for Use workflow from

  4. Input the web-apps repository branch that you wish to deploy the web-app. By default it will deploy the code from master branch.

  5. Input true for the web-app you want to deploy.

  6. Finally click on the green button to Run Workflow.

Last updated