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
今から間に合う re:Invent 準備グッズと現地の地図、その他ラスベガスを周る際の Tips/reinvent-preparation-guide
emiki
1
200
東京大学「Agile-X」のFPGA AIデザインハッカソンを制したソニーのAI最適化
sony
0
180
abema-trace-sampling-observability-cost-optimization
tetsuya28
0
410
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
2
200
[Journal club] Thinking in Space: How Multimodal Large Language Models See, Remember, and Recall Spaces
keio_smilab
PRO
0
110
AIとの協業で実現!レガシーコードをKotlinらしく生まれ変わらせる実践ガイド
zozotech
PRO
2
240
Open Table Format (OTF) が必要になった背景とその機能 (2025.10.28)
simosako
3
580
AIがコードを書いてくれるなら、新米エンジニアは何をする? / komekaigi2025
nkzn
24
16k
プロファイルとAIエージェントによる効率的なデバッグ / Effective debugging with profiler and AI assistant
ymotongpoo
1
650
JAWS UG AI/ML #32 Amazon BedrockモデルのライフサイクルとEOL対応/How Amazon Bedrock Model Lifecycle Works
quiver
1
530
マルチエージェントのチームビルディング_2025-10-25
shinoyamada
0
240
境界線が消える世界におけるQAエンジニアのキャリアの可能性を考える / Considering the Career Possibilities for QA Engineers
mii3king
2
110
Featured
See All Featured
Into the Great Unknown - MozCon
thekraken
40
2.1k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
Building Adaptive Systems
keathley
44
2.8k
Testing 201, or: Great Expectations
jmmastey
46
7.7k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
Context Engineering - Making Every Token Count
addyosmani
8
320
How to Think Like a Performance Engineer
csswizardry
27
2.2k
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
Visualization
eitanlees
150
16k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3k
Being A Developer After 40
akosma
91
590k
Site-Speed That Sticks
csswizardry
13
940
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?