Skip to content

ZStuefen/EWU-CSCD379-2021-Spring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 6

Overview

In this project, we are going to configure continuous integration and continuous deployment.

Assignment

  • Configure a CI Build against the SecretSanta solution
    • Compile all the source code ✔❌
    • Run all the user tests ✔❌
    • Add the Build Status to the Read.me file of your project. (Be sure to use relative links so it works across branches and even when forked.) ✔❌
    • Place a URL to your fork and branch in your readme (so that we can easily navigate there to see the build)
  • Configure a CD deployment of the project (https://docs.microsoft.com/en-us/azure/app-service/deploy-github-actions)
    • Configure an Azure Web App (using the Azure Portal) ✔❌
    • Configure a GitHub Action to deploy to an Azure Web App (https://github.com/Azure/webapps-deploy) ✔❌
    • Add the Deploy Status to the Read.me file of your project. (Be sure to use relative links so it works across branches and even when forked.) ✔❌
    • Be sure to deploy the API project and verify that the UI that calls the API project works correctly. This will require you to update the URL/address in the Web project that points to the API project. ✔❌
  • Place a hyperlink to the running website in both your Readme and your PR. (Consider using a badge that shows whether the site is up or not.) ✔❌

Extra Credit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 63.7%
  • Shell 19.0%
  • HTML 9.2%
  • JavaScript 4.6%
  • Dockerfile 2.6%
  • TypeScript 0.7%
  • Other 0.2%