Sha256: a444515f1ef2a7243d39e303af5c76cd884d969ba4b3d23901f1da2a18b9d16c
Contents?: true
Size: 404 Bytes
Versions: 1
Compression:
Stored size: 404 Bytes
Contents
require 'capistrano/version' if defined?(Capistrano::VERSION) && Capistrano::VERSION >= '3.0' raise 'Please read https://github.com/bkeepers/dotenv#capistrano-integration to update your dotenv configuration for new Capistrano version' else require 'dotenv/capistrano/recipes' Capistrano::Configuration.instance(:must_exist).load do before "deploy:finalize_update", "dotenv:symlink" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dotenv-0.10.0 | lib/dotenv/capistrano.rb |