Skip to content

Daveat-Study/flutter-ci-cd-github-actions

Repository files navigation

Github Ation

  • is a CI/CD platform that allows your automate your build, test, deployment pipline.
  • beyond just DevOps and lets you run workflows when other events happen in your repository.

Workflow.

  • is a configurable automated process that will run one or more jobs.

Events

  • is a specific activity in a repository that triggers a workflow run.

Jobs

  • is a set of step in a workflow that executed on the same runner.
  • each step is a shell script that will be executed.

Actions

  • is a custom application for the Github Actions Platform that perform a complex but frequently repeated task.

Runners

  • is a server that run your workflow when they triggered.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published