uerbzr / angular-hello-ci-cd-exemplar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Updated

About


Languages

Language:TypeScript 74.8%Language:HTML 14.5%Language:CSS 10.7%