Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай GitHub Actions - The Complete Guide, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:10
    Welcome to the Course!
  2. Урок 2. 00:03:40
    What Is "GitHub Actions"?
  3. Урок 3. 00:05:18
    Git, GitHub & GitHub Actions
  4. Урок 4. 00:03:45
    About This Course
  5. Урок 5. 00:01:29
    Module Introduction
  6. Урок 6. 00:03:13
    Getting Started with Git
  7. Урок 7. 00:01:56
    Project Setup
  8. Урок 8. 00:04:20
    Working with (Local) Git Repositories
  9. Урок 9. 00:06:53
    Staging Files & Creating Commits
  10. Урок 10. 00:07:47
    Multiple Commits & Checking Out Snapshots
  11. Урок 11. 00:03:51
    Reverting Changes with "git revert"
  12. Урок 12. 00:02:15
    Resetting Code with "git reset"
  13. Урок 13. 00:05:33
    Staging Multiple Files & Ignoring with gitignore
  14. Урок 14. 00:05:09
    Understanding Branches
  15. Урок 15. 00:03:38
    Working with Branches
  16. Урок 16. 00:08:32
    Merging Branches
  17. Урок 17. 00:02:30
    GitHub Introduction
  18. Урок 18. 00:03:19
    Creating a GitHub Account
  19. Урок 19. 00:02:05
    Creating a (Remote) GitHub Repository-repository
  20. Урок 20. 00:02:49
    Connecting Local & Remote Repositories
  21. Урок 21. 00:06:02
    Pushing Commits & Understanding Permissions
  22. Урок 22. 00:06:03
    GitHub & Branches
  23. Урок 23. 00:05:40
    Readme Files & Pulling Changes
  24. Урок 24. 00:08:45
    Cloning Repositories
  25. Урок 25. 00:01:51
    Making Changes As A Different User (Non-Owner)
  26. Урок 26. 00:09:03
    GitHub Issues & Collaborators
  27. Урок 27. 00:08:02
    Working with Pull Requests
  28. Урок 28. 00:08:43
    Understanding & Using Forks
  29. Урок 29. 00:00:43
    Module Summary
  30. Урок 30. 00:01:24
    Module Introduction
  31. Урок 31. 00:05:32
    Key Components: Workflows, Jobs, Steps & More
  32. Урок 32. 00:10:59
    Creating a First Workflow
  33. Урок 33. 00:03:45
    Running the First Workflow
  34. Урок 34. 00:06:56
    Onwards to a More Realistic Example
  35. Урок 35. 00:07:33
    A New Workflow & The "push" Event
  36. Урок 36. 00:04:36
    Using Actions In Workflows
  37. Урок 37. 00:03:11
    Checking Out Code In Workflows
  38. Урок 38. 00:02:30
    Configuring Actions
  39. Урок 39. 00:04:33
    Adding More Workflow Job Steps
  40. Урок 40. 00:03:46
    Failing Workflows & Analyzing Workflows
  41. Урок 41. 00:06:04
    Adding Multiple Jobs
  42. Урок 42. 00:03:49
    Jobs: In Parallel vs Sequential
  43. Урок 43. 00:02:42
    Using Multiple Triggers (Events)
  44. Урок 44. 00:07:03
    Expressions & Context Objects
  45. Урок 45. 00:03:53
    Module Summary
  46. Урок 46. 00:03:39
    Time to Practice: The Problem
  47. Урок 47. 00:17:51
    Time to Practice: Solution
  48. Урок 48. 00:01:11
    Module Introduction
  49. Урок 49. 00:01:38
    Which Events Can You Use?
  50. Урок 50. 00:02:29
    A Demo Project Setup
  51. Урок 51. 00:01:40
    More on the "push" Event
  52. Урок 52. 00:02:01
    Introducing Event Filters & Activity Types
  53. Урок 53. 00:08:27
    Using Activity Types
  54. Урок 54. 00:07:17
    Using Event Filters
  55. Урок 55. 00:06:30
    Special Behavior: Forks & Pull Request Events
  56. Урок 56. 00:04:33
    Cancelling Workflows & Skipping Workflows
  57. Урок 57. 00:02:53
    Module Summary
  58. Урок 58. 00:00:46
    Module Introduction
  59. Урок 59. 00:01:48
    Demo Project Setup
  60. Урок 60. 00:03:10
    Understanding Job Artifacts
  61. Урок 61. 00:02:58
    Artifacts - An Example
  62. Урок 62. 00:04:51
    Uploading Job Artifacts
  63. Урок 63. 00:05:24
    Downloading Artifacts (Manually & Automatically)
  64. Урок 64. 00:01:43
    Understanding Job Outputs
  65. Урок 65. 00:10:48
    Job Outputs - An Example
  66. Урок 66. 00:03:39
    Using Job Outputs In Other Jobs
  67. Урок 67. 00:04:42
    The Need For Dependency Caching
  68. Урок 68. 00:09:04
    Caching Dependencies in Practice
  69. Урок 69. 00:02:07
    Using & Invalidating Caches
  70. Урок 70. 00:02:19
    Module Summary
  71. Урок 71. 00:00:49
    Module Introduction
  72. Урок 72. 00:04:43
    Project Setup & Understanding Environment Variables
  73. Урок 73. 00:03:45
    Providing Environment Variable Values
  74. Урок 74. 00:03:31
    Demo: Creating a Database & Using Database Environment Variable Values
  75. Урок 75. 00:08:07
    Using Environment Variables in Code & Workflows
  76. Урок 76. 00:05:40
    Understanding & Using Secrets
  77. Урок 77. 00:07:31
    Utilizing Repository Environments
  78. Урок 78. 00:02:18
    Module Summary
  79. Урок 79. 00:02:07
    Module Introduction
  80. Урок 80. 00:00:55
    Understanding Conditional Steps & Jobs
  81. Урок 81. 00:01:53
    Demo Project Setup
  82. Урок 82. 00:03:15
    Understanding a (Potential) Problem: A Failing Step
  83. Урок 83. 00:07:31
    Controlling Execution via "if"
  84. Урок 84. 00:03:09
    Working with Special Conditional Functions
  85. Урок 85. 00:05:09
    Conditional Jobs
  86. Урок 86. 00:05:52
    More "if" Examples
  87. Урок 87. 00:06:12
    Ignoring Errors & Failures with "continue-on-error"
  88. Урок 88. 00:07:34
    Understanding & Using Matrix Strategies
  89. Урок 89. 00:02:48
    Including & Excluding Values (Matrix Strategy)
  90. Урок 90. 00:07:25
    Saving Time & Code with Reusable Workflows
  91. Урок 91. 00:07:26
    Adding Inputs to Reusable Workflows
  92. Урок 92. 00:01:48
    Reusable Workflows & Secrets
  93. Урок 93. 00:06:43
    Reusable Workflows Outputs
  94. Урок 94. 00:02:12
    Module Summary
  95. Урок 95. 00:00:54
    Module Introduction
  96. Урок 96. 00:01:47
    What Are Containers?
  97. Урок 97. 00:04:04
    Why Might You Want To Use Containers (With GitHub Actions)?
  98. Урок 98. 00:07:03
    Demo Project Setup & A Dockerfile
  99. Урок 99. 00:07:54
    Run Jobs In Containers
  100. Урок 100. 00:03:41
    Service Containers - Theory
  101. Урок 101. 00:06:25
    Adding Services (via Service Containers)
  102. Урок 102. 00:06:16
    Communication between Jobs & Service Containers
  103. Урок 103. 00:02:03
    Module Summary
  104. Урок 104. 00:01:59
    Module Introduction
  105. Урок 105. 00:03:33
    Why Custom Actions?
  106. Урок 106. 00:04:16
    Understanding Different Types of Custom Actions
  107. Урок 107. 00:01:41
    Demo Project Setup
  108. Урок 108. 00:08:35
    Creating Composite Actions
  109. Урок 109. 00:04:18
    Using Custom Actions In Workflows
  110. Урок 110. 00:06:58
    Adding Inputs to Custom Actions
  111. Урок 111. 00:04:05
    Adding Outputs to Custom Actions
  112. Урок 112. 00:02:15
    Custom JavaScript Actions - Getting Started
  113. Урок 113. 00:03:31
    Configuring JavaScript Actions
  114. Урок 114. 00:09:47
    Adding Basic JavaScript Logic
  115. Урок 115. 00:04:07
    Creating a S3 Bucket (for a more advanced, custom Action)
  116. Урок 116. 00:04:16
    Adding Action Inputs
  117. Урок 117. 00:07:50
    Interacting with GitHub Actions Features
  118. Урок 118. 00:08:38
    Custom JavaScript Action: Real Deployment to AWS S3
  119. Урок 119. 00:05:01
    JavaScript Actions & Outputs
  120. Урок 120. 00:03:11
    Getting Started with a Custom Docker Action
  121. Урок 121. 00:07:22
    Creating a Custom Docker Action
  122. Урок 122. 00:02:13
    Module Summary
  123. Урок 123. 00:01:23
    Module Introduction
  124. Урок 124. 00:03:32
    Key Security Concerns
  125. Урок 125. 00:09:55
    Undestanding Script Injection Attacks
  126. Урок 126. 00:04:15
    Increasing Actions Safety
  127. Урок 127. 00:07:32
    Understanding Permissions & Potential Issues
  128. Урок 128. 00:06:25
    GITHUB_TOKEN & Managing Permissions
  129. Урок 129. 00:03:11
    More Security Settings
  130. Урок 130. 00:04:54
    Working with Third-Party Permissions & OpenID Connect
  131. Урок 131. 00:01:39
    Example: AWS Permissions
  132. Урок 132. 00:09:28
    Example: AWS Permissions (Continued)