No commit activity in last 3 years
No release in over 3 years
Phoenix integration for Capistrano
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

Capistrano::Phoenix

Phoenix integration for Capistrano

Install

In Gemfile

gem 'capistrano-phoenix', '~> 0.1.0'

Usage

In Capfile

set :application, 'hello_project'
#...
require 'capistrano/phoenix'

you should set in deploy/:stage.rb

set :mix_env, 'prod'

Configurable options (in deploy.rb)

set :phoenix_role    ->{:some_role} #default {:app}
set :phoenix_mix_env ->'prod' #default fetch(:mix_env)