Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.13 KB

File metadata and controls

24 lines (16 loc) · 1.13 KB

Challenge 3 - Build and Deploy Frontend Website

< Previous Challenge - Home - Next Challenge >

Description

  • Integrate the Frontend website with the API website created in the previous challenge
  • Demonstrate changes in your Workflow to integrate API website with Frontend website
  • If the build fails, an Issue should be created automatically
  • If the build succeeds, deploy the artifact to the Frontend website
  • Make sure your solution aligns to solution blueprint for every challenge

Success Criteria

  1. Show code build is successful with Github Action workflow
  2. Verify the artifact is created and code is deployed to the Frontend website
  3. Verfiy changes in your workflow are reflected in Frontend website
  4. Demonstrate functional working of the solution to your coach

Learning Resources