- Use only what you need from the
Gemfileand copy/paste it to your ownGemfile. Basically it would be gems related to Capistrano, something like these onesgem 'capistrano', '~> 3.10', require: false gem 'capistrano-rails', '~> 1.4', require: false gem 'capistrano-bundler', '>= 1.1.0' gem 'rvm1-capistrano3', require: false gem 'capistrano3-puma'
- From this repository, copy/paste those files to the same path of your existing application:
Capfile,/config/deploy.rb,/config/deploy/production.rb - The
Capfilefile needs to be at the root of your project - Inside the file
/config/deploy.rb, update your application name and your repository url - Inside the file
/config/deploy/production.rb, update thedeploy_topath
MathieuHoude/capistrano
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|