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入門
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
meil
September 11, 2019
Programming
440
0
Share
GitHub Actions入門
meil
September 11, 2019
More Decks by meil
See All by meil
クラシルの開発で使ってるGitHub Actions
meilcli
0
210
プログラミング言語(?)を自作した話
meilcli
0
870
GitHub ActionsのActionを作る
meilcli
0
440
Azure Pipelinesのすゝめ
meilcli
0
330
Other Decks in Programming
See All in Programming
Kubernetesでセルフホストが簡単なNewSQLを求めて / Seeking a NewSQL Database That's Simple to Self-Host on Kubernetes
nnaka2992
0
190
ファインチューニングせずメインコンペを解く方法
pokutuna
0
220
飯MCP
yusukebe
0
440
モダンOBSプラグイン開発
umireon
0
190
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
830
メッセージングを利用して時間的結合を分離しよう #phperkaigi
kajitack
3
520
コードレビューをしない選択 #でぃーぷらすトウキョウ
kajitack
3
1.2k
最初からAWS CDKで技術検証してもいいんじゃない?
akihisaikeda
4
180
野球解説AI Agentを開発してみた - 2026/02/27 LayerX社内LT会資料
shinyorke
PRO
0
380
Understanding Apache Lucene - More than just full-text search
spinscale
0
150
Coding at the Speed of Thought: The New Era of Symfony Docker
dunglas
0
3.6k
ネイティブアプリとWebフロントエンドのAPI通信ラッパーにおける共通化の勘所
suguruooki
0
230
Featured
See All Featured
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
92
Rails Girls Zürich Keynote
gr2m
96
14k
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
160
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.2k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
So, you think you're a good person
axbom
PRO
2
2k
The Organizational Zoo: Understanding Human Behavior Agility Through Metaphoric Constructive Conversations (based on the works of Arthur Shelley, Ph.D)
kimpetersen
PRO
0
280
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
420
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
230
HU Berlin: Industrial-Strength Natural Language Processing with spaCy and Prodigy
inesmontani
PRO
0
300
Making the Leap to Tech Lead
cromwellryan
135
9.8k
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
1
2.5k
Transcript
GitHub Actions入門 帰ってきた関西モバイルアプリ研究会 #3
自己紹介 • Twitter: @penguin_sharp • GitHub: MeilCli • Blog: https://blog.meilcli.net/
• Skill: C#, Kotlin, Android, Azure Pipelines • Work: Fenrir Inc. ◦ Android Application Engineer ◦ 発言は個人の見解であり所属する組織の公式見解ではありません
GitHub Actionsとは • GitHub製のワークフロー自動化ツール ◦ ベータ版 ◦ 最近CI/CD機能もついた ▪ Azure
Pipelinesのクローン ▪ https://twitter.com/natfriedman/status/1159526215658561536
GitHub Actions入門 ベータ版なのでサインアップが必要 https://github.com/features/actions
GitHub Actions入門 GitHub Actionsが使えるようになったらリポジトリーに表示されます
GitHub Actions入門 • 標準でテンプレが用意されてる ◦ Android ◦ Node.js ◦ ASP
.NET Core ◦ Go ◦ Ruby ◦ Crystal ◦ etc…
GitHub Actions入門
GitHub Actions価格 https://github.com/features/actions
GitHub Actions所感 • ワークフローの自動化はGitHub Actionsがいい ◦ Probotが捗りそう ▪ https://github.com/probot/probot •
CIはAzure Pipelinesと変わらない ◦ テスト結果発行で少しつらいかも (?) • CDはAzure Pipelinesのほうがいいかも ◦ Azure Pipelinesで言うところのSecret VariablesはあってもSecure Filesがなさそう