Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Continuous Delivery with GitHub Actions - Deliv...

Avatar for sullis sullis
January 21, 2020

Continuous Delivery with GitHub Actions - DeliveryConf 2020

Continuous Delivery with GitHub Actions
DeliveryConf
January 21, 2020
Seattle Washington
#GitHubActions
#DeliveryConf

Avatar for sullis

sullis

January 21, 2020
Tweet

More Decks by sullis

Other Decks in Technology

Transcript

  1. “You can write individual tasks, called actions, and combine them

    to create a custom workflow” source: GitHub.com
  2. Workflows are custom automated processes that you can set up

    in your repository to build, test, package, release, or deploy source: GitHub.com
  3. You can create custom Actions or use Actions provided by

    the GitHub community source: GitHub.com
  4. “GitHub Actions is available with GitHub Free, GitHub Pro, GitHub

    Team, and GitHub Enterprise Cloud” source: GitHub.com
  5. Hosted Runners “GitHub hosts Linux and Windows runners on Standard_DS2_v2

    virtual machines in Microsoft Azure with the GitHub Actions runner application installed” source: GitHub.com
  6. Self-Hosted Runners “Forks of your public repository can potentially run

    dangerous code on your self-hosted runner machine” source: GitHub.com
  7. “CI ensures that the code that we create, as a

    team, works by providing us with rapid feedback on any problems”