Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
GitHub Actions con NET Core y Azure
Search
Lautaro Carro
December 12, 2019
Programming
0
190
GitHub Actions con NET Core y Azure
Lautaro Carro
December 12, 2019
Tweet
Share
More Decks by Lautaro Carro
See All by Lautaro Carro
La nueva AI Médica Open Source de Microsoft para la atención clínica
lauchacarro
0
12
Introducción a Azure Service Bus
lauchacarro
0
25
Buenas prácticas para usar MinimalAPI en ASP.NET Core
lauchacarro
0
55
Novedades en .NET 9 y C#13 - .NET Conf 2024 - .Net Baires
lauchacarro
0
66
Microservicios Desacoplados: Una DB por Cada Uno - dotnet Latam day 2024
lauchacarro
0
120
Blazor en Grande: Arquitectura y Escalabilidad - Jornada 5 - Asp .NET (Español)
lauchacarro
0
110
Explorando las Identidades administradas de Azure - Global Azure 2024 - Latino NET Online
lauchacarro
0
120
Vertical Slice Architecture con Asp.Net Core | Latino .NET Online
lauchacarro
0
330
Global AI Bootcamp 2024 Peru - Azure OpenAI Conversaciones dinámicas con varios mensajes de sistema
lauchacarro
0
160
Other Decks in Programming
See All in Programming
AHC051解法紹介
eijirou
0
630
あのころの iPod を どうにか再生させたい
orumin
2
2.5k
マイコンでもRustのtestがしたい その2/KernelVM Tokyo 18
tnishinaga
2
2.3k
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
15
8.4k
TDD 実践ミニトーク
contour_gara
0
150
管你要 trace 什麼、bpftrace 用下去就對了 — COSCUP 2025
shunghsiyu
0
470
20250808_AIAgent勉強会_ClaudeCodeデータ分析の実運用〜競馬を題材に回収率100%の先を目指すメソッドとは〜
kkakeru
0
210
未来を拓くAI技術〜エージェント開発とAI駆動開発〜
leveragestech
2
180
Flutter로 Gemini와 MCP를 활용한 Agentic App 만들기 - 박제창 2025 I/O Extended Seoul
itsmedreamwalker
0
150
兎に角、コードレビュー
mitohato14
0
150
GitHub Copilotの全体像と活用のヒント AI駆動開発の最初の一歩
74th
8
3.2k
Google I/O recap web編 大分Web祭り2025
kponda
0
2.9k
Featured
See All Featured
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
4 Signs Your Business is Dying
shpigford
184
22k
Rails Girls Zürich Keynote
gr2m
95
14k
Navigating Team Friction
lara
189
15k
A designer walks into a library…
pauljervisheath
207
24k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Building an army of robots
kneath
306
46k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
Automating Front-end Workflow
addyosmani
1370
200k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
A Tale of Four Properties
chriscoyier
160
23k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Transcript
GitHub Actions + NET Core Lautaro Carro Desarrollador .NET @LauchaCarro
None
None
¿ Que es GitHub Actions ?
¿ Qué es GitHub Actions? +
WorkFlows • Procesos Automatizados • Se ejecutan a partir de
eventos • Construir, probar, empaquetar, lanzar o implementar • Ejecutar código en ambientes virtuales
¿ Cómo Comenzar A Usarlo ?
None
None
Estados de un WorkFlows • Successed • In Progress •
Failed
¿ Cómo Crear Un Workflow ?
YAML (.yml) • Formato de serialización de datos legible y
entendible. • Se usa como archivo de configuración. • Lo usan otras herramientas de CI/CD. (GitLab, AZ DevOps, Docker Compose)
None
Workflow’s Name
Workflow On
Workflow On
Workflow On
Workflow Jobs
Workflow Jobs Runs-On
Workflow Jobs Steps
Workflow Jobs Run
Workflow Jobs Strategy
Workflow Service
None
DEMO
¿ Cómo crear un Action ?
None
None
action.yml
Secrets
None
GitHub Packages
None
Actions Existentes
None
None
None
None
None
DEMO
Conclusión
Preguntas
Muchas Gracias Lautaro Carro Desarrollador .NET @LauchaCarro