0.0
No commit activity in last 3 years
No release in over 3 years
Deploy Ruby on Rails using Capistrano and Docker
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 3.2.1
~> 2.9.4
~> 10.3.2
~> 1.5.1
 Project Readme

deployinator

Opinionatedly Deploy Applications

TODO

  • Fill out this readme
  • Fix bug with deployment_authorized_keys first time setup, passed wrong templates path ('postgres/deployment..' instead of 'deploy/deployment...')
  • Fix deploy from_local=true to work without copying it to config/deploy.rb - then setup capistrano-notify-hubot to report "from_local" for the branch
  • Create task to create the shared_path.join("run") directory
  • Change deployinator to use host.postgres_port (like postgresinator) in place of set :postgres_port
  • Skip db:migrate if the database is not running instead of failing the deploy
  • Remove ruby from ruby_container_name ruby_image_name, etc
  • Remove bluepill names, ditto
  • Setup mechanism to run other (inator) gem's "setup" tasks before deploy if they've not been run before (locking mechanism?)
  • Move unicorn.rb.erb functionality to more abstract config file uploads, - maybe scripts.d/ style
  • Add a 'non-interactive=true' switch to all interactive questions
  • Add a task to check for a full disk before continuing a deploy (a full disk causes agent forwarding to fail with "Permission denied (publickey)" error since /tmp cannot be written to).
  • Add a hook to run all <inator gem>:check:settings tasks before everything else
  • Use a lock file to auto-detect when docker run commands have changed, - and recreate containers instead of restarting them.
  • Run permissions task during a deploy:restart:force
  • Maybe don't run file_permission task during restart?