I have a deployment with multiple remote tentacles. All works fine, however I wanted to be able to deploy to the octopus server as well so installed the tentacle on that.
Everything runs as expected and no errors are reported, but the deploy step doesn’t actually copy any files.
When I look at the log it looks like this:
Deploying package 'D:\Octopus\Files\Redirector.1.0.9.0.nupkg-3545b711-7ee3-40e4-a824-f3563e80cc33' to machine 'https://mars.xxxx.com:10933/'
Deploying package: D:\Octopus\Files\Redirector.1.0.9.0.nupkg-3545b711-7ee3-40e4-a824-f3563e80cc33
Purging the directory 'D:\Applications\Redirector'
Copying package contents to 'D:\Applications\Redirector'
Copied 0 files
The log looks the same for other tentacles, except the last line says “Copied 30 files”.
I’m using the latest version 3.3.22.
Is this a supported scenario?