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
meil
September 11, 2019
Programming
0
390
GitHub Actions入門
meil
September 11, 2019
Tweet
Share
More Decks by meil
See All by meil
クラシルの開発で使ってるGitHub Actions
meilcli
0
190
プログラミング言語(?)を自作した話
meilcli
0
780
GitHub ActionsのActionを作る
meilcli
0
410
Azure Pipelinesのすゝめ
meilcli
0
300
Other Decks in Programming
See All in Programming
Amazon Q Developer Proで効率化するAPI開発入門
seike460
PRO
0
110
Honoとフロントエンドの 型安全性について
yodaka
4
250
いりゃあせ、PHPカンファレンス名古屋2025 / Welcome to PHP Conference Nagoya 2025
ttskch
1
270
技術を根付かせる / How to make technology take root
kubode
1
240
一休.com のログイン体験を支える技術 〜Web Components x Vue.js 活用事例と最適化について〜
atsumim
0
110
知られざるDMMデータエンジニアの生態 〜かつてツチノコと呼ばれし者〜
takaha4k
4
1.3k
Open source software: how to live long and go far
gaelvaroquaux
0
620
2024年のkintone API振り返りと2025年 / kintone API look back in 2024
tasshi
0
210
Grafana Loki によるサーバログのコスト削減
mot_techtalk
1
110
お前もAI鬼にならないか?👹Bolt & Cursor & Supabase & Vercelで人間をやめるぞ、ジョジョー!👺
taishiyade
5
3.8k
2,500万ユーザーを支えるSREチームの6年間のスクラムのカイゼン
honmarkhunt
6
5.1k
Honoをフロントエンドで使う 3つのやり方
yusukebe
5
2.2k
Featured
See All Featured
Designing for Performance
lara
604
68k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
29
4.6k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
44
9.4k
Into the Great Unknown - MozCon
thekraken
35
1.6k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Rails Girls Zürich Keynote
gr2m
94
13k
Being A Developer After 40
akosma
89
590k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.4k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
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がなさそう