From the course: Deploying ASP.NET Core Applications: From Fundamentals to Advanced Deployment Strategies
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Setting up CI/CD for other branches - ASP.NET Core Tutorial
From the course: Deploying ASP.NET Core Applications: From Fundamentals to Advanced Deployment Strategies
Setting up CI/CD for other branches
- [Instructor] So we did set up both CI and CD, so continuous integration and also continuous deployment for the master branch, but the reason why we have the CI/CD is so you can automatically build the branches and deploy the apps into different environments. In our case, it was the master branch, which is supposed to be production, but of course, you can have different environments, like development, sandbox, and also production. Now, on this part, I'm going to set up a new branch, and I'm going to name this branch development, and then I'll just go and modify the GitHub actions. So for that, let us go to Visual Studio first, create the branch, and then to GitHub. In here, I'm going to create a new branch. Just click in here, let us name this branch developer, and then your branch, create, and just click in here, and push. And then let us change the text in here to be development, add a message, then commit all, and then also push. The next step is to just go to GitHub. And then in…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.