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
Click on above git-actions link. It will take you to the deployment page.
Click on the
Run Workflow`
Always keep
stagingforUse workflow from
Input the web-apps repository branch that you wish to deploy the web-app. By default it will deploy the code from master branch.

Input
truefor the web-app you want to deploy.
Finally click on the green button to
Run Workflow.
Last updated