Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
GitHub Actions con NET Core y Azure
Lautaro Carro
December 12, 2019
Programming
0
160
GitHub Actions con NET Core y Azure
Lautaro Carro
December 12, 2019
Tweet
Share
More Decks by Lautaro Carro
See All by Lautaro Carro
¿Cuándo utilizar Blazor Custom Elements? - NET Conf 2022 CEC - Lima
lauchacarro
0
16
Lo nuevo de NET 7 NET Baires
lauchacarro
0
51
Novedades de Blazor en NET 7 - Virtual Dev Show
lauchacarro
0
43
Obteniendo métricas de usuario con Azure para tu aplicación React
lauchacarro
0
1
Introducción a Azure Static Web Apps
lauchacarro
0
6
Comenzar a trabajar con Nullable Reference y C# 10
lauchacarro
0
17
Como convertirse en un experto en Swagger
lauchacarro
0
30
Analizando imágenes de Instagram con Azure Computer Vision
lauchacarro
0
5
Desplegando aplicaciones en Maquinas Virtuales con GitHub Actions
lauchacarro
0
8
Other Decks in Programming
See All in Programming
23年のJavaトレンドは?Quarkusで理解するコンテナネイティブJava
tatsuya1bm
1
120
フロントエンドで 良いコードを書くために
t_keshi
3
1.6k
Zynq MP SoC で楽しむエッジコンピューティング ~RTLプログラミングのススメ~
ryuz88
0
350
%q is for Quine
koic
0
410
jq at the Shortcuts
cockscomb
1
420
Functional Data Engineering - A Blueprint for adopting functional principles in data pipeline
vananth22
0
180
Git Rebase
bkuhlmann
10
1.2k
Swift Concurrency in GoodNotes
inamiy
4
1.3k
Becoming an Android Librarian (Android World Wide 2023 Jan)
skydoves
1
200
Showkase、Paparazziを用いたビジュアルリグレッションテストの導入にチャレンジした話 / MoT TechTalk #15
mot_techtalk
0
110
Excelの助けを借りて楽にシナリオを作ろう
rpa_niiyama
0
290
僕が考えた超最強のKMMアプリの作り方
spbaya0141
0
180
Featured
See All Featured
Stop Working from a Prison Cell
hatefulcrawdad
263
18k
Embracing the Ebb and Flow
colly
75
3.6k
StorybookのUI Testing Handbookを読んだ
zakiyama
8
3.2k
Build The Right Thing And Hit Your Dates
maggiecrowley
22
1.4k
Producing Creativity
orderedlist
PRO
335
38k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
31
20k
What’s in a name? Adding method to the madness
productmarketing
12
1.9k
Robots, Beer and Maslow
schacon
154
7.3k
Automating Front-end Workflow
addyosmani
1351
200k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
500
130k
Atom: Resistance is Futile
akmur
256
24k
Product Roadmaps are Hard
iamctodd
38
7.7k
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