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
Blazor en Grande: Arquitectura y Escalabilidad - Jornada 5 - Asp .NET (Español)
lauchacarro
0
28
Explorando las Identidades administradas de Azure - Global Azure 2024 - Latino NET Online
lauchacarro
0
68
Vertical Slice Architecture con Asp.Net Core | Latino .NET Online
lauchacarro
0
210
Global AI Bootcamp 2024 Peru - Azure OpenAI Conversaciones dinámicas con varios mensajes de sistema
lauchacarro
0
110
Inteligencia en tus Apps .NET con Azure Open AI - Microsoft User Group Arg
lauchacarro
0
120
NET Baires Conf 2023: Novedades de Blazor en NET 8
lauchacarro
0
100
Introducción Azure Cognitive Services | MouronIT
lauchacarro
0
110
5 Estrategias Avanzadas con Inyección de Dependencias
lauchacarro
0
150
Blazor United Todo lo que necesitas saber | Jornada 4 Asp NET En Español
lauchacarro
0
340
Other Decks in Programming
See All in Programming
dbt-ga4パッケージを実業務に導入してみた話
t_tokumaru_feedcorp
0
130
実務未経験からいち早く戦力化するための新人エンジニア育成術 ~ 具体的な方法と育成する側の心得 ~
juri_matsuda
0
110
perl for shell, awk and sed programmers
mackee
1
740
A Journey of Contribution and Collaboration in Open Source
ivargrimstad
0
670
PHPを書く理由、PHPを書いていて良い理由 / Reasons to write PHP and why it is good to write PHP
seike460
PRO
5
470
Cloud Adoption Frameworkにみる組織とクラウド導入戦略(縮小版)
tomokusaba
1
220
色んなオートローダーを覗き見る #phpcon_okinawa
o0h
PRO
5
410
XP2024 っていう国際会議に行ってきたよの記
bonotake
4
240
C#および.NETに対する誤解をひも解く
ymd65536
0
310
"noncopyable types" の使いどころについて考えてみた
andpad
0
160
DjangoNinjaで高速なAPI開発を実現する
masaya00
0
520
Why I Choose NetBeans for Jakarta EE
ivargrimstad
0
290
Featured
See All Featured
The World Runs on Bad Software
bkeepers
PRO
65
11k
Building Your Own Lightsaber
phodgson
102
6k
Intergalactic Javascript Robots from Outer Space
tanoku
268
27k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
26
1.4k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
249
21k
No one is an island. Learnings from fostering a developers community.
thoeni
19
2.9k
Ruby is Unlike a Banana
tanoku
96
11k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
25
1.7k
Making the Leap to Tech Lead
cromwellryan
131
8.9k
Bootstrapping a Software Product
garrettdimon
PRO
304
110k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
39
2.1k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.6k
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