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 - Semana DevOps LINUXTips.pdf
Search
Camila Maia
February 07, 2025
0
33
GitHub Actions - Semana DevOps LINUXTips.pdf
Camila Maia
February 07, 2025
Tweet
Share
More Decks by Camila Maia
See All by Camila Maia
Minha Jornada em Developer Experience (DX) - DevOpsDays Salvador 2024
camilamaia
0
30
Cumbuca Dev: Ensinando com Open Source - 71º Python Floripa no MeLi
camilamaia
0
63
COMO E PORQUE ENSINAR A PROGRAMAR COM OPEN SOURCE - Python Brasil 2023
camilamaia
0
47
Como testar e manter APIs de qualidade - Codecon Digital 2023
camilamaia
0
1.1k
factory_boy: testing like a pro. DjangoCon US 2022
camilamaia
0
720
ScanAPI Workshop. DjangoCon EU 2022
camilamaia
0
650
factory_boy: testing like a pro. DjangoCon EU 2022
camilamaia
1
750
Como testar e documentar REST APIs com ScanAPI - Agile Testers Conference 2021
camilamaia
0
350
factory_boy: Testando Objetos Complexos Python Brasil 2021
camilamaia
0
450
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
48
51k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Code Review Best Practice
trishagee
72
19k
4 Signs Your Business is Dying
shpigford
185
22k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Faster Mobile Websites
deanohume
310
31k
KATA
mclloyd
32
15k
The Invisible Side of Design
smashingmag
301
51k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Transcript
Desvendando o CI/CD do GitHub Camila Maia
speackerdeck.com/cmaiacd
Plataforma que permite automatizar processos de desenvolvimento de software no
GitHub. Ela é uma ferramenta de integração contínua e entrega contínua (CI/CD).
COMPONENTES
Workflows
None
.github/workflows/
.github/workflows/<arquivo>.yml
None
None
None
Eventos
Quando?
None
None
None
None
EVENTO aciona
None
None
None
None
None
Jobs
O quê?
None
None
None
Job 2 Job 1 Job 3 EVENTO aciona
None
None
Runners
Onde?
None
None
None
None
None
None
Runner 2 🖥️ Job 2 Job 1 Runner 1 🖥️
Runner 3 🖥️ Job 3 EVENTO aciona
None
None
None
None
Steps
Passo a passo
None
None
Runner 2 🖥️ Step 1 Step 2 Job 2 Job
1 Runner 1 🖥️ Step 1 Step 2 Step 3 Runner 3 🖥️ Job 3 Step 1 Step 2 Step 4 Step 5 Step 3 EVENTO aciona
None
None
None
None
Actions
Ferramentas
None
None
.github/actions/
EXEMPLO DE DEPLOY
None
None
None
None
None
https://api.slack.com/apps
None
github.com/cumbucadev/actionando/settings/secrets/actions
None
None
None
DOCS
None
github.com/cumbucadev/actionando
cumbuca.dev @cmaiacd github.com/camilamaia Obrigada!!