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
Knowing mina deploy
Search
Luciano Sousa
August 16, 2014
Technology
1
67
Knowing mina deploy
A short talk about a new deploy gem
Luciano Sousa
August 16, 2014
Tweet
Share
More Decks by Luciano Sousa
See All by Luciano Sousa
Playing with Sorbet
lucianosousa
0
46
Creating your startup without Developer
lucianosousa
0
160
Patterns Falacy v2
lucianosousa
0
120
Project Management like Software Developer
lucianosousa
1
110
The Patterns Falacy - Rails Version
lucianosousa
1
100
Sinatra::Ftw
lucianosousa
0
86
Other Decks in Technology
See All in Technology
「Chatwork」の認証基盤の移行とログ活用によるプロダクト改善
kubell_hr
1
110
AWS Summit Japan 2025 Community Stage - App workflow automation by AWS Step Functions
matsuihidetoshi
1
200
LinkX_GitHubを基点にした_AI時代のプロジェクトマネジメント.pdf
iotcomjpadmin
0
170
Wasm元年
askua
0
130
製造業からパッケージ製品まで、あらゆる領域をカバー!生成AIを利用したテストシナリオ生成 / 20250627 Suguru Ishii
shift_evolve
PRO
1
110
CI/CD/IaC 久々に0から環境を作ったらこうなりました
kaz29
1
150
Witchcraft for Memory
pocke
1
180
Windows 11 で AWS Documentation MCP Server 接続実践/practical-aws-documentation-mcp-server-connection-on-windows-11
emiki
0
880
Snowflake Summit 2025 データエンジニアリング関連新機能紹介 / Snowflake Summit 2025 What's New about Data Engineering
tiltmax3
0
300
PostgreSQL 18 cancel request key長の変更とRailsへの関連
yahonda
0
120
生成AIで小説を書くためにプロンプトの制約や原則について学ぶ / prompt-engineering-for-ai-fiction
nwiizo
2
540
AIのAIによるAIのための出力評価と改善
chocoyama
2
530
Featured
See All Featured
Side Projects
sachag
455
42k
Raft: Consensus for Rubyists
vanstee
140
7k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Designing for humans not robots
tammielis
253
25k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
34k
What's in a price? How to price your products and services
michaelherold
246
12k
How to Ace a Technical Interview
jacobian
277
23k
The Pragmatic Product Professional
lauravandoore
35
6.7k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Rails Girls Zürich Keynote
gr2m
94
14k
VelocityConf: Rendering Performance Case Studies
addyosmani
330
24k
The Invisible Side of Design
smashingmag
299
51k
Transcript
Luciano Sousa Knowing Mina Deploy @lucianosousa
Your travel memory
Local Wander http://localwander.com
Let’s talk about deploy
None
Capistrano Lot of files to config One ssh connection to
each command Lazy
Mina
Small config One ssh connection Faster <3 One bash script
Gemfile! gem 'mina'!
$ mina init! -----> Created ./config/deploy.rb! Edit this file, then
run `mina setup` after.!
$ mina setup! -----> Creating folders... done.
$ mina deploy! -----> Deploying to 2012-06-12-040248! ...! Lots of
things happening...! ...! -----> Done.
https://www.flickr.com/photos/flyzipper/4286880322
Benchmark
https://www.infinum.co/the-capsized-eight/articles/faster-web-application-deployments-using-mina-instead-of-capistrano
https://www.infinum.co/the-capsized-eight/articles/faster-web-application-deployments-using-mina-instead-of-capistrano
https://www.infinum.co/the-capsized-eight/articles/faster-web-application-deployments-using-mina-instead-of-capistrano https://github.com/mina-deploy/mina http://mina-deploy.github.io/mina/ Resources
thank you! obrigado! gracias! merci!
Questions?