Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Erroneous cleanup of remove archive path #55

@ncreuschling

Description

@ncreuschling

In copy.rake, L65 we erroneously delete remote_tmp_dir when we should only delete remote_archive_path (as stated in the info output).

      info I18n.t('file.remove', path: remote_archive_path, scope: :dkdeploy)
      execute :rm, '-rf', remote_tmp_dir

Fixing this issue improves parallel deployments.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions