Github actions

GitHub action is a feature in GitHub to create automated workflows for your GitHub repositories. Workflows allow you to build, test, deploy, or perform any tasks whenever a certain event (e.g push or pull request) occurs in your repository.

 

How to create a workflow?

  1. Push application directory to a Github repository:

    • Begin by pushing your application directory to a GitHub repository.

  2. Create a new workflow:

    • In this repository, mavigate to ‘.github/workflows' directory. Create and name a new file e.g. ‘first-workflow.yaml

  3. Provide Workflow instructions: