Deployment to network drive

Hi,
Is it possible to configure a tentacle to use a networkdrive (either a UNC path or a mapped drive letter) to home / output directory for the deployments ? I.e. where the E:\Octopus\Applications normally go.

Hi Terje,

Thanks for getting in touch! You can change the application directory on a tentacle using the following:

c:\Program Files\Octopus Deploy\Tentacle>tentacle.exe service --stop
c:\Program Files\Octopus Deploy\Tentacle>tentacle.exe configure "--appdir=C:\Octopus\Applications\Tentacle6" --instance=Tentacle6
c:\Program Files\Octopus Deploy\Tentacle>tentacle.exe service --start

Where you define your desired directory and you only need to add the --instance flag if you have more than one instance of Tentacle on that server.

Hope that helps!
Vanessa