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

Continuous Delivery with GitHub Actions NYC 201...

Avatar for sullis sullis
November 20, 2019

Continuous Delivery with GitHub Actions NYC 2019-11-20

Continuous Delivery NYC meetup
November 20, 2019

#GitHubActions

Avatar for sullis

sullis

November 20, 2019
Tweet

More Decks by sullis

Other Decks in Programming

Transcript

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

    to create a custom workflow” source: GitHub.com
  2. “GitHub Actions is available with GitHub Free, GitHub Pro, GitHub

    Team, and GitHub Enterprise Cloud” source: GitHub.com
  3. Workflows are custom automated processes that you can set up

    in your repository to build, test, package, release, or deploy source: GitHub.com
  4. source: GitHub.com Workflow file YAML file that defines your workflow

    configuration. This file lives in .github/workflows
  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