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
Introducción a Azure Service Bus
lauchacarro
0
19
Buenas prácticas para usar MinimalAPI en ASP.NET Core
lauchacarro
0
42
Novedades en .NET 9 y C#13 - .NET Conf 2024 - .Net Baires
lauchacarro
0
61
Microservicios Desacoplados: Una DB por Cada Uno - dotnet Latam day 2024
lauchacarro
0
110
Blazor en Grande: Arquitectura y Escalabilidad - Jornada 5 - Asp .NET (Español)
lauchacarro
0
97
Explorando las Identidades administradas de Azure - Global Azure 2024 - Latino NET Online
lauchacarro
0
110
Vertical Slice Architecture con Asp.Net Core | Latino .NET Online
lauchacarro
0
320
Global AI Bootcamp 2024 Peru - Azure OpenAI Conversaciones dinámicas con varios mensajes de sistema
lauchacarro
0
150
Inteligencia en tus Apps .NET con Azure Open AI - Microsoft User Group Arg
lauchacarro
0
160
Other Decks in Programming
See All in Programming
Is Xcode slowly dying out in 2025?
uetyo
1
270
Claude Code + Container Use と Cursor で作る ローカル並列開発環境のススメ / ccc local dev
kaelaela
10
5.3k
データの民主化を支える、透明性のあるデータ利活用への挑戦 2025-06-25 Database Engineering Meetup#7
y_ken
0
360
dbt民主化とLLMによる開発ブースト ~ AI Readyな分析サイクルを目指して ~
yoshyum
3
1k
「テストは愚直&&網羅的に書くほどよい」という誤解 / Test Smarter, Not Harder
munetoshi
0
170
技術同人誌をMCP Serverにしてみた
74th
1
650
Quand Symfony, ApiPlatform, OpenAI et LangChain s'allient pour exploiter vos PDF : de la théorie à la production…
ahmedbhs123
0
190
チームのテスト力を総合的に鍛えて品質、スピード、レジリエンスを共立させる/Testing approach that improves quality, speed, and resilience
goyoki
5
880
プロダクト志向ってなんなんだろうね
righttouch
PRO
0
190
High-Level Programming Languages in AI Era -Human Thought and Mind-
hayat01sh1da
PRO
0
780
スタートアップの急成長を支えるプラットフォームエンジニアリングと組織戦略
sutochin26
1
5.8k
AIプログラマーDevinは PHPerの夢を見るか?
shinyasaita
1
220
Featured
See All Featured
The Straight Up "How To Draw Better" Workshop
denniskardys
234
140k
Site-Speed That Sticks
csswizardry
10
690
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
How to Think Like a Performance Engineer
csswizardry
25
1.7k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
The Invisible Side of Design
smashingmag
301
51k
Why Our Code Smells
bkeepers
PRO
336
57k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.4k
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