Hi
I am having problems deploying to a Tentacle on a different machine to the server. I can deploy fine to a Tentacle on the same machine as the Octopus server. I’m sure I have done something wrong, but the problem is Octopus is reporting that the deployment succeeded. Below is the contents of the Output display:
2011-09-29 10:21:33 INFO Deploying release ‘1.4’ of project ‘Test’ into environment 'Staging’
2011-09-29 10:21:33 INFO Downloading NuGet package Test 1.4 from feed: 'http://testip/nuget’
2011-09-29 10:21:33 DEBUG Found package Test 1.4
2011-09-29 10:21:33 DEBUG Completed download of NuGet package Test 1.4
2011-09-29 10:21:33 INFO ##################################################
2011-09-29 10:21:33 INFO # STEP: 1. Test
2011-09-29 10:21:33 INFO ##################################################
How do I debug this? If I try and put the Tentacle URL into a web browser it returns a 404 (on both the Tentacle on the local machine that works and on the remote machine that doesn’t).
I know Octopus can’t see the Tentacle because if I stop the Tentacle windows service, Octopus still reports the deployment as successful.
I know Octopus can’t talk to the Tentacle