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
12
Dapps on Ethereum
esdrasedu
0
110
Alarm Arduino
esdrasedu
0
45
Other Decks in Technology
See All in Technology
Semantic Machine Intelligence for Vision, Language, and Actions
keio_smilab
PRO
2
390
Microsoft Fabric ガバナンス設計の一歩目を考える
ryomaru0825
1
260
SAE J1939シミュレーション環境構築
daikiokazaki
0
150
Talk to Someone At Delta Airlines™️ USA Contact Numbers
travelcarecenter
0
170
Jitera Company Deck / JP
jitera
0
140
P2P通信の標準化 WebRTCを知ろう
faithandbrave
6
2.3k
AI駆動開発 with MixLeap Study【大阪支部 #3】
lycorptech_jp
PRO
0
200
今日からあなたもGeminiを好きになる
subaruhello
1
560
ML Pipelineの開発と運用を OpenTelemetryで繋ぐ @ OpenTelemetry Meetup 2025-07
getty708
0
250
Ktor + Google Cloud Tasks/PubSub におけるOTel Messaging計装の実践
sansantech
PRO
1
270
「現場で活躍するAIエージェント」を実現するチームと開発プロセス
tkikuchi1002
6
1k
なぜAI時代に 「イベント」を中心に考えるのか? / Why focus on "events" in the age of AI?
ytake
2
540
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
431
65k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
Music & Morning Musume
bryan
46
6.7k
Optimizing for Happiness
mojombo
379
70k
Docker and Python
trallard
45
3.5k
Faster Mobile Websites
deanohume
308
31k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
530
Optimising Largest Contentful Paint
csswizardry
37
3.3k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
Code Review Best Practice
trishagee
69
19k
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?