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
32
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
710
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
Visualization
eitanlees
148
16k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Rails Girls Zürich Keynote
gr2m
95
14k
Context Engineering - Making Every Token Count
addyosmani
3
150
Producing Creativity
orderedlist
PRO
347
40k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
114
20k
RailsConf 2023
tenderlove
30
1.2k
How STYLIGHT went responsive
nonsquared
100
5.8k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Code Reviewing Like a Champion
maltzj
525
40k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Typedesign – Prime Four
hannesfritz
42
2.8k
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!!