Sha256: 4e50c88f5367d393eb6f290a021d51bffef9e243740d2cff57e1328ed7f9fbf8

Contents?: true

Size: 278 Bytes

Versions: 3

Compression:

Stored size: 278 Bytes

Contents

namespace :deploy_into_docker do
  set :docker_commit_roles, :all
  set :docker_commit_servers, -> { release_roles(fetch(:docker_commit_roles)) }

  desc 'commmit docker containers'
  task :commit do
    on fetch(:docker_commit_servers) do
      docker_commit
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
capistrano-deploy_into_docker-0.2.1 lib/capistrano/tasks/deploy_into_docker.cap
capistrano-deploy_into_docker-0.2.0 lib/capistrano/tasks/deploy_into_docker.cap
capistrano-deploy_into_docker-0.1.0 lib/capistrano/tasks/deploy_into_docker.cap