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
AgentCon 2025- Córdoba, Argentina
lauchacarro
0
63
Evolución del razonamiento matemático de GPT-4.1 a GPT-5 - Data Aventura Summit 2025 & VSCode DevDays
lauchacarro
0
250
VS Code DevDays 2025 - Buenos Aires - NET Baires
lauchacarro
0
63
La nueva AI Médica Open Source de Microsoft para la atención clínica
lauchacarro
0
23
Introducción a Azure Service Bus
lauchacarro
0
39
Buenas prácticas para usar MinimalAPI en ASP.NET Core
lauchacarro
0
71
Novedades en .NET 9 y C#13 - .NET Conf 2024 - .Net Baires
lauchacarro
0
78
Microservicios Desacoplados: Una DB por Cada Uno - dotnet Latam day 2024
lauchacarro
0
140
Blazor en Grande: Arquitectura y Escalabilidad - Jornada 5 - Asp .NET (Español)
lauchacarro
0
120
Other Decks in Programming
See All in Programming
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
450
NixOS + Kubernetesで構築する自宅サーバーのすべて
ichi_h3
0
1.2k
AkarengaLT vol.38
hashimoto_kei
1
120
品質ワークショップをやってみた
nealle
0
620
pnpm に provenance のダウングレード を検出する PR を出してみた
ryo_manba
1
150
Claude Agent SDK を使ってみよう
hyshu
0
1.4k
モテるデスク環境
mozumasu
3
1.3k
Server Side Kotlin Meetup vol.16: 内部動作を理解して ハイパフォーマンスなサーバサイド Kotlin アプリケーションを書こう
ternbusty
3
240
Vueのバリデーション、結局どれを選べばいい? ― 自作バリデーションの限界と、脱却までの道のり ― / Which Vue Validation Library Should We Really Use? The Limits of Self-Made Validation and How I Finally Moved On
neginasu
2
1.5k
One Enishi After Another
snoozer05
PRO
0
150
GC25 Recap: The Code You Reviewed is Not the Code You Built / #newt_gophercon_tour
mazrean
0
110
他言語経験者が Golangci-lint を最初のコーディングメンターにした話 / How Golangci-lint Became My First Coding Mentor: A Story from a Polyglot Programmer
uma31
0
340
Featured
See All Featured
Music & Morning Musume
bryan
46
6.9k
Building Applications with DynamoDB
mza
96
6.7k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.2k
Scaling GitHub
holman
463
140k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
How to train your dragon (web standard)
notwaldorf
97
6.3k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Done Done
chrislema
185
16k
Why Our Code Smells
bkeepers
PRO
340
57k
Designing for humans not robots
tammielis
254
26k
How to Think Like a Performance Engineer
csswizardry
27
2.1k
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