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
16
Dapps on Ethereum
esdrasedu
0
110
Alarm Arduino
esdrasedu
0
49
Other Decks in Technology
See All in Technology
実践 Datadog MCP Server
nulabinc
PRO
1
100
最強のAIエージェントを諦めたら品質が上がった話 / how quality improved after giving up on the strongest AI agent
kt2mikan
0
160
堅牢.py#2 LT資料
t3tra
0
140
JAWSDAYS2026 [C02] 楽しく学ぼう!AWSとは?AWSの歴史 入門
hiragahh
0
120
JAWS DAYS 2026 楽しく学ぼう!ストレージ 入門
yoshiki0705
2
160
[JAWS DAYS 2026]私の AWS DevOps Agent 推しポイント
furuton
0
150
ランサムウエア対策してますか?やられた時の対策は本当にできてますか?AWSでのリスク分析と対応フローの泥臭いお話。
hootaki
0
110
アーキテクチャモダナイゼーションを実現する組織
satohjohn
0
420
OpenClawで回す組織運営
jacopen
3
700
8万デプロイ
iwamot
PRO
2
230
Dr. Werner Vogelsの14年のキーノートから紐解くエンジニアリング組織への処方箋@JAWS DAYS 2026
p0n
1
130
2026-03-11 JAWS-UG 茨城 #12 改めてALBを便利に使う
masasuzu
2
370
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
128
17k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
16k
The Hidden Cost of Media on the Web [PixelPalooza 2025]
tammyeverts
2
250
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
980
Bash Introduction
62gerente
615
210k
Have SEOs Ruined the Internet? - User Awareness of SEO in 2025
akashhashmi
0
290
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
360
30k
What the history of the web can teach us about the future of AI
inesmontani
PRO
1
470
Fireside Chat
paigeccino
42
3.8k
Breaking role norms: Why Content Design is so much more than writing copy - Taylor Woolridge
uxyall
0
200
Thoughts on Productivity
jonyablonski
75
5.1k
Darren the Foodie - Storyboard
khoart
PRO
3
2.8k
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?