Github Actions: Deploying Ionic Angular App to Firebase Hosting
Github Actions: Deploying Ionic Angular App to Firebase Hosting Github Actions is Github’s way of CI/CD GitHub Actions now supports CI/CD, free for public repositories. CI or Continuous Integration is a mechanism to automate the process of merging new code into an existing code base, – and to test things before doing this merge. This means as a developer you don’t have to worry about – are things still working? Use Continuous Integration to automatically build and test your code as you push it to GitHub, preventing bugs from being deployed to production. That’s all about continuous integration here. ...