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
Hayashi Takao
September 25, 2019
0
41
今日から始めるgithub actions
github actionsの使い方をサクッとまとめました。
社内勉強会で活用
Hayashi Takao
September 25, 2019
Tweet
Share
More Decks by Hayashi Takao
See All by Hayashi Takao
今日から始めるWeb Components
remrem0090
0
72
Reactで始めるsencer入門
remrem0090
0
45
Reactでのマルチストア運用を考察する
remrem0090
0
220
effectorを使い倒してReduxのかわりになるか検証する
remrem0090
1
750
React code Splitting
remrem0090
1
540
Featured
See All Featured
Scaling GitHub
holman
459
140k
Building Applications with DynamoDB
mza
95
6.5k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Building an army of robots
kneath
306
45k
Site-Speed That Sticks
csswizardry
10
650
Writing Fast Ruby
sferik
628
61k
VelocityConf: Rendering Performance Case Studies
addyosmani
330
24k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
4 Signs Your Business is Dying
shpigford
184
22k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Docker and Python
trallard
44
3.4k
Transcript
今日から始めるGithub actions 林 恭央
アジェンダ - Github actionsとは? - Github actionsの特徴 - 始め方とyamlの書き方 -
まとめ
Github actionsとは?
github actionsとは? githubが提供するCI/CDお よびワークフローを提供す るCIツールです。 githubにホストされたリポジ トリのワークフローを構築す る機能を提供します。
Github actionsの特徴
画像の言語の実行環境の workflowを構築することができます。
環境変数を定義できるので柔軟な対応も可能に!
始め方とyamlの書き方
actionsをクリックしてworkflowを作る!
トリガーと呼ばれる、これをしたら xxをするというアクションが用意されていま す。これを組み合わせることで workflowを組み上げます。
こんな感じにworkflowをyamlで書くことも
まとめ
まとめ - 小さいプロジェクトは Github actionsでCI/CD を!! - 継続的インテグレーションで 安全、安心なDXを体験しよ う。
公式ドキュメント https://help.github.com/en/articles/events-that-trigger-workflows#webhook-events