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
180
GitHub Actions con NET Core y Azure
Lautaro Carro
December 12, 2019
Tweet
Share
More Decks by Lautaro Carro
See All by Lautaro Carro
Microservicios Desacoplados: Una DB por Cada Uno - dotnet Latam day 2024
lauchacarro
0
32
Blazor en Grande: Arquitectura y Escalabilidad - Jornada 5 - Asp .NET (Español)
lauchacarro
0
39
Explorando las Identidades administradas de Azure - Global Azure 2024 - Latino NET Online
lauchacarro
0
74
Vertical Slice Architecture con Asp.Net Core | Latino .NET Online
lauchacarro
0
220
Global AI Bootcamp 2024 Peru - Azure OpenAI Conversaciones dinámicas con varios mensajes de sistema
lauchacarro
0
120
Inteligencia en tus Apps .NET con Azure Open AI - Microsoft User Group Arg
lauchacarro
0
130
NET Baires Conf 2023: Novedades de Blazor en NET 8
lauchacarro
0
110
Introducción Azure Cognitive Services | MouronIT
lauchacarro
0
120
5 Estrategias Avanzadas con Inyección de Dependencias
lauchacarro
0
160
Other Decks in Programming
See All in Programming
3 Effective Rules for Using Signals in Angular
manfredsteyer
PRO
1
100
TypeScriptでライブラリとの依存を限定的にする方法
tutinoko
2
670
Tauriでネイティブアプリを作りたい
tsucchinoko
0
370
TypeScript Graph でコードレビューの心理的障壁を乗り越える
ysk8hori
2
1.1k
色々なIaCツールを実際に触って比較してみる
iriikeita
0
330
ローコードSaaSのUXを向上させるためのTypeScript
taro28
1
610
Nurturing OpenJDK distribution: Eclipse Temurin Success History and plan
ivargrimstad
0
920
A Journey of Contribution and Collaboration in Open Source
ivargrimstad
0
930
Remix on Hono on Cloudflare Workers
yusukebe
1
290
Duckdb-Wasmでローカルダッシュボードを作ってみた
nkforwork
0
130
카카오페이는 어떻게 수천만 결제를 처리할까? 우아한 결제 분산락 노하우
kakao
PRO
0
110
Generative AI Use Cases JP (略称:GenU)奮闘記
hideg
1
290
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
126
18k
Optimizing for Happiness
mojombo
376
70k
Documentation Writing (for coders)
carmenintech
65
4.4k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
16
2.1k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
44
2.2k
Optimising Largest Contentful Paint
csswizardry
33
2.9k
How to Think Like a Performance Engineer
csswizardry
20
1.1k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
26
1.4k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
28
2k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
0
93
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Ruby is Unlike a Banana
tanoku
97
11k
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