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
ブラウザのAPIで色々なデバイスをあれこれ扱ってみた話(主にWeb HID API) / IoTLT @JLCPCB オープンハードカンファレンス
you
PRO
0
100
Apache Spark もくもく会
taka_aki
1
180
RevOps実践で学んだ俺が最強のデータ基盤になることの重要性 / revops-practice-learned
pei0804
1
440
日本語で指示するだけ!AIで業務効率化を実現する 〜90分で体感する実践ワークショップ〜
taka_aki
0
1.6k
5000万ダウンロードを超える漫画サービスを支えるログ基盤の設計開発の全て
ldf_tech
0
390
スクラムガイドに載っていないスクラムのはじめかた - チームでスクラムをはじめるときに知っておきたい勘所を集めてみました! - / How to start Scrum that is not written in the Scrum Guide 2nd
takaking22
3
970
業務でAIの力を最大限に発揮するために #弁護士ドットコム
bengo4com
0
210
Unlocking the Power of AI Agents with LINE Bot MCP Server
linedevth
0
300
低リスクで小学生男児を鍵っ子にする 俺の勉強会#4
inakaphper
0
190
メディアカンパニー LINE NEWS QA採用
lycorptech_jp
PRO
0
200
空間再現力の鍵、APMPを読み解く
ridwy
1
100
20250920_ServerlessDays
takuyay0ne
8
2.6k
Featured
See All Featured
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Docker and Python
trallard
46
3.6k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
30
2.9k
What's in a price? How to price your products and services
michaelherold
246
12k
It's Worth the Effort
3n
187
28k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
3k
Designing Experiences People Love
moore
142
24k
Faster Mobile Websites
deanohume
310
31k
A better future with KSS
kneath
239
17k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
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?