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

Continuous Delivery with GitHub Actions 2019-09-24

sullis
September 24, 2019

Continuous Delivery with GitHub Actions 2019-09-24

Portland Java User Group
September 24, 2019
Portland Oregon
#ContinuousDelivery
#GitHubActions

sullis

September 24, 2019
Tweet

More Decks by sullis

Other Decks in Programming

Transcript

  1. GitHub Actions enable you to create custom software development lifecycle

    workflows directly in your GitHub repository https://help.github.com/en/articles/about-github-actions
  2. GitHub Actions is currently in limited public beta and is

    subject to change https://help.github.com/en/articles/about-github-actions
  3. You can write individual tasks, called actions, and combine them

    to create a custom workflow https://help.github.com/en/articles/about-github-actions
  4. Workflows are custom automated processes that you can set up

    in your repository to build, test, package, release, or deploy https://help.github.com/en/articles/about-github-actions
  5. Workflow file The YAML file that defines your workflow configuration.

    This file lives in .github/workflows https://help.github.com/en/articles/about-github-actions