Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
GitHub Actions 入门与进阶
Highest Rated
Rating: 4.8 out of 5(46 ratings)
335 students

GitHub Actions 入门与进阶

一步一步了解和使用github actions
Created byPeng Xiao
Last updated 7/2023
Chinese (Simplified)

What you'll learn

  • GitHub Actions的基本概念
  • GitHub Actions的基本使用
  • GitHub Actions的高级用法
  • GitHub Actions的创建和分享

Course content

7 sections47 lectures5h 27m total length
  • GitHub Actions是什么?7:39
  • GitHub Actions Components8:03
  • 视频播放器设置0:36
  • 创建我们第一个Github Actions12:39
  • GitHub Action Runners8:03
  • Jobs的串行和并行5:21
  • 一起做一个练习9:24
  • 使用Actions9:36
  • GitHub Actions Context4:11

Requirements

  • 有基本的git和github使用基础

Description

GitHub Actions是GitHub提供的一个非常受欢迎的热门CI/CD自动化服务。

本课程从头开始教授GitHub Actions,无需任何先前的GitHub Actions经验。

为了处理日益增长的开发和代码复杂性,并以高频率部署应用程序更新,需要强大的自动化平台和工具。正如您将在本课程中学到的,GitHub Actions就是这样的平台,它使您能够自动化从代码测试、构建和部署到GitHub存储库和项目管理的所有内容。

通过本课程,您将学习:

  • GitHub Actions构建块和组件

  • 如何构建和编排简单和复杂的workflow

  • 如何将workflow连接到事件并配置事件详细信息

  • 如何有条件地运行workflow或steps

  • 如何管理环境变量和密码

  • 如何处理workflow结果、输出和输入

  • 如何创建和分享actions


本课程不需要先前的GitHub Actions知识。您也不需要成为高级开发人员或Git和GitHub用户,但建议具备基本的开发和Git知识

本课程是一个实践课程,探讨所有关键概念,同时深入探讨具体示例。您将为多个项目和要求构建不同的工作流程。

您还将学习如何与GitHub API交互,并将第三方(和自定义)操作实现到您的工作流中。

Who this course is for:

  • DevOps Engineer