Category: Database, Ubuntu, github, yaml

In this tutorial we will learn to automate your continuous integration, continuous deployment CI/CD pipeline and delivery using GitHub Actions with Google Firebase example. You may choose to use any other tech stack based on your project requirements for your CI/CD pipeline from the GitHub Actions market place that are available open source.

Option Choose existing project, and select the project you had created in Step 1 above.

Step We need to generate Firebase token for granting permission to GitHub, in your project root use below command

Failed actions, when there is a error in your commit/push, to test below I removed the letter (s) from package.json file and pushed to repo and it failed as below, you can expand by clicking on teh arrow icon, and trace the complete log where it is breaking.

Related Articles