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
Continuous Delivery in Elixir
Search
Esdras Eduardo
April 18, 2016
Technology
0
160
Continuous Delivery in Elixir
Esdras Eduardo
April 18, 2016
Tweet
Share
More Decks by Esdras Eduardo
See All by Esdras Eduardo
Atomic Swap
esdrasedu
0
14
Dapps on Ethereum
esdrasedu
0
110
Alarm Arduino
esdrasedu
0
48
Other Decks in Technology
See All in Technology
経営から紐解くデータマネジメント
pacocat
6
1.4k
AI時代のインシデント対応 〜時代を切り抜ける、組織アーキテクチャ〜
jacopen
4
160
Building AI Applications with Java, LLMs, and Spring AI
thomasvitale
1
260
Digitization部 紹介資料
sansan33
PRO
1
6k
[続・営業向け 誰でも話せるOCI セールストーク] AWSよりOCIの優位性が分からない編(2025年11月21日開催)
oracle4engineer
PRO
1
130
プラットフォームエンジニアリングとは何であり、なぜプラットフォームエンジニアリングなのか
doublemarket
0
130
学術的根拠から読み解くNotebookLMの音声活用法
shukob
0
490
2025 DORA Reportから読み解く!AIが映し出す、成果を出し続ける組織の共通点 #開発生産性_findy
takabow
0
470
Datadog LLM Observabilityで実現するLLMOps実践事例 / practical-llm-observability-with-datadog
k6s4i53rx
0
180
個人から巡るAI疲れと組織としてできること - AI疲れをふっとばせ。エンジニアのAI疲れ治療法 ショートセッション -
kikuchikakeru
5
1.9k
Android Studio Otter の最新 Gemini 機能 / Latest Gemini features in Android Studio Otter
yanzm
0
460
クラスタ統合リアーキテクチャ全貌~1,000万ユーザーのウェルネスSaaSを再設計~
hacomono
PRO
0
200
Featured
See All Featured
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Documentation Writing (for coders)
carmenintech
76
5.1k
Statistics for Hackers
jakevdp
799
230k
Unsuck your backbone
ammeep
671
58k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
How to Ace a Technical Interview
jacobian
280
24k
Become a Pro
speakerdeck
PRO
30
5.6k
Why You Should Never Use an ORM
jnunemaker
PRO
60
9.6k
Code Reviewing Like a Champion
maltzj
527
40k
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
Scaling GitHub
holman
464
140k
Transcript
Continuous Delivery in Elixir
@esdrasedu
[email protected]
github.com/esdrasedu
EthPrice http://www.cryptoclub.com.br/ https://github.com/esdrasedu/eth_price
Porque não Phoenix?
> mix archive.install https://github. com/phoenixframework/archives/raw/master/phoenix_new.ez > mix phoenix.new ./eth_price --no-brunch
--no-ecto > cd ./eth_price > iex -S mix phoenix.server
ExUnit > mix test
Exrm https://github.com/bitwalker/exrm mix release
rel/eth_price/bin/eth_price console rel/eth_price/bin/eth_price start rel/eth_price/bin/eth_price ping rel/eth_price/bin/eth_price stop rel/eth_price/bin/eth_price remote_console
rel/eth_price/bin/eth_price upgrade “0.0.2” rel/eth_price/bin/eth_price rpc erlang now Exrm https://github.com/bitwalker/exrm
Qual ferramenta utilizar?
Ansible Test
Ansible Build
Ansible Deploy
Ansible Deploy
Travis-CI
Honeybadger
Honeybadger
Perguntas?