Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1017 Bytes

File metadata and controls

29 lines (18 loc) · 1017 Bytes

Angular CI/CD

Learning objectives

  • Be able to use github actions to create pipelines
  • Be able to deploy an Angular application to Netlify

Setting up

Generating a netlify auth token

In order to use github actions to deploy the netlify website we need an auth token.

Save this token somewhere as we will need it later. Once a token is created (and you navigate away from the page) it will be impossible to get that token again. If you lose the token, you will need to create a new one.

Instructions

Using what was covered in the morning - create a github action that will deploy the website using netlify