ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,963 results

goobar
Add Inputs to GitHub Actions Workflows - GitHub Actions Tutorial

In this GitHub Actions Tutorial, we'll walk through how to add user inputs to workflow_dispatch triggers in your GitHub Actions ...

14:05
Add Inputs to GitHub Actions Workflows - GitHub Actions Tutorial

20,452 views

2 years ago

OpenJS Foundation
Developer Workflow Automation with GitHub Actions (CI/CD) - Brian Douglas, GitHub

The goal of DevOps has stayed the same, but our tools, infrastructure, and operating models have changed. To support modern ...

17:34
Developer Workflow Automation with GitHub Actions (CI/CD) - Brian Douglas, GitHub

436 views

4 years ago

GitHub
GitHub Actions Deployment Dashboard Views

Deployment dashboard views are an additional management experience to view and track your deployments across ...

1:03
GitHub Actions Deployment Dashboard Views

4,807 views

2 years ago

CodeOps HQ
Setting Up the Perfect Developer Environment on Linux for 2025

Want to learn how to build your own dev tools? Check out CodeCrafters: https://bitly.cx/HFm4 Are you a developer looking to ...

11:58
Setting Up the Perfect Developer Environment on Linux for 2025

338,327 views

1 year ago

return(GiS);
8. Cómo desplegar en diferentes entornos con GitHub Actions

github #githubactions #ci #cd ¡Hola developer ! En este vídeo te voy a mostrar cómo gestionar los despliegues entre ...

7:43
8. Cómo desplegar en diferentes entornos con GitHub Actions

769 views

1 year ago

Utah Cpp Programmers
Using GitHub Actions for Continuous Integration

GitHub actions allow you to set up continuous integration for your C++ project. You can configure, build and test your code in a ...

1:31:43
Using GitHub Actions for Continuous Integration

1,376 views

2 years ago

DevOps with Ravi
Deploy Web App to DEV → TEST → PRE-PROD → PROD using GitHub Actions | CI/CD with Tomcat 🔥

In this video, I'll show you how to deploy a web application automatically into multiple environments (DEV, TEST, PRE-PROD, and ...

1:06:52
Deploy Web App to DEV → TEST → PRE-PROD → PROD using GitHub Actions | CI/CD with Tomcat 🔥

1,029 views

2 months ago

goobar
Manually Trigger GitHub Actions Workflows Using workflow_dispatch - GitHub Actions Tutorial

In this GitHub Actions Tutorial, we'll walk through how to add a workflow_dispatch to your GitHub Actions workflow so it can be run ...

6:59
Manually Trigger GitHub Actions Workflows Using workflow_dispatch - GitHub Actions Tutorial

31,313 views

2 years ago

Lars Gyrup Brink Nielsen
GitHub After Dark: Deploying Docusaurus to GitHub Pages using GitHub Actions

The new GitHub Pages setup uses official GitHub Actions, GitHub Environments, and GitHub Deployments instead of special ...

1:01:26
GitHub After Dark: Deploying Docusaurus to GitHub Pages using GitHub Actions

2,219 views

Streamed 3 years ago

Kai Hendry
Gitlab Path to Production using Protected git tags

To illustrate the git tagging flow: https://gitlab.com/kaihendry/p2p-demo/-/blob/main/.gitlab-ci.yml Environments should be ...

9:24
Gitlab Path to Production using Protected git tags

7,133 views

2 years ago

Riffomonas Project
How to use GitHub actions to run a Snakemake pipeline (CC260)

Pat shows how we can run a snakemake workflow with conda/mamba environments with GitHub actions to rerun a data analysis ...

28:00
How to use GitHub actions to run a Snakemake pipeline (CC260)

2,267 views

3 years ago

Twin Cities Drupal
Using Github Actions for continuous deployment

You like to keep all your Drupal website code in Github (GUIs for PRs! Clear code diffs! Searchability! Visibility within your ...

55:43
Using Github Actions for continuous deployment

580 views

2 years ago

Southern California Linux Expo
From Pull Request to Live Environment: Automating Ephemeral Environments

Talk by Vahan Melikyan ...

53:21
From Pull Request to Live Environment: Automating Ephemeral Environments

183 views

9 months ago

GitHub
How to integrate deployment protection rules with Honeycomb

Learn how to use the new Deployment Protection Rules feature with GitHub Actions and our GitHub App partner, Honeycomb!

8:52
How to integrate deployment protection rules with Honeycomb

1,738 views

2 years ago

Bro Nifty
Remote Development Environments VS Code Containers and Github Codespaces

let's boil the ocean. using astronomer as an example to demo docker-in-docker for a makeshift data center workflow orchestration ...

11:09
Remote Development Environments VS Code Containers and Github Codespaces

72 views

3 years ago

PowerShell.org
GitHub Actions vs Azure DevOps

Presented by Thomas Van Laere & Micha Wets After the acquisition of GitHub by Microsoft in 2018, we immediately asked ...

57:56
GitHub Actions vs Azure DevOps

1,992 views

4 years ago

Chris Wahl
GitHub Actions with AWS and OIDC Integration | Wahl Network

GitHub Actions with AWS and OIDC Integration: Build Your Enterprise Landing Zone | Wahl Network ☑️Subscribe to Me: ...

16:50
GitHub Actions with AWS and OIDC Integration | Wahl Network

899 views

9 months ago

Lunatech
Lunatech Tech Talks: Automate your workflows using Github Actions

Lunatech Tech Talks: Automate your workflows using Github Actions — Robin Raju - Software Developer Lunatech Netherlands ...

54:01
Lunatech Tech Talks: Automate your workflows using Github Actions

206 views

5 years ago

GitHub
How to integrate deployment protection rules with Sentry

Learn how to use the new Deployment Protection Rules feature with GitHub Actions and our GitHub App partner, Sentry!

4:25
How to integrate deployment protection rules with Sentry

798 views

2 years ago

WP Engine Builders
Set up a Git-based workflow with Local and GitHub Actions

Having an established end-to-end workflow for your site development process with Git version control can allow you to onboard a ...

1:00:26
Set up a Git-based workflow with Local and GitHub Actions

5,552 views

2 years ago

RavenJS
Automatic deployment from GitHub to server via SFTP (GitHub Actions)

Automatically push GitHub repositories to your deployment server via SFTP. *Requires GitHub actions and SFTP to be configured ...

6:11
Automatic deployment from GitHub to server via SFTP (GitHub Actions)

17,250 views

4 years ago

Programming Made Simple
How To Push Code To Your Github Repository | Step-By-Step Tutorial

Welcome to our step-by-step tutorial on how to push your code to a GitHub repository! In this video, we'll guide you through the ...

8:18
How To Push Code To Your Github Repository | Step-By-Step Tutorial

139 views

1 year ago

Java User Group Switzerland
Remote Developer Environments

Speaker: Sven Efftinge Recorded: 2022-09-12 00:00 Intro 02:35 The Talk 36:45 Questions & Answers Development Environments ...

50:29
Remote Developer Environments

299 views

3 years ago

CNCF [Cloud Native Computing Foundation]
Beyond Review Apps: Orchestrating Full-Stack Ephemeral Environments... Zach Hammer & Colin O'Dell

Don't miss out! Join us at our next Flagship Conference: KubeCon + CloudNativeCon events in Amsterdam, The Netherlands ...

23:49
Beyond Review Apps: Orchestrating Full-Stack Ephemeral Environments... Zach Hammer & Colin O'Dell

261 views

1 month ago

Riffomonas Project
Organizing a new project with git and conda and synching it to GitHub (CC246)

To get going on a new reproducible project we're going to talk about project organization and set up the directory with git, create a ...

23:02
Organizing a new project with git and conda and synching it to GitHub (CC246)

11,558 views

3 years ago