Hi,
Is it possible to access Octopus.Tentacle.PreviousInstallation.OriginalInstalledPath inside a scripttemplate that are executed on a tentacle?
I need it for a fallback solution where the nugetdeploystep could have have been runned(Note that it could also not have been runned yet), will that variable then point to the new deploy or the previous one? The short reason to why I have this setup is because i have 3large “Steps” that do alot more then just deploying the code and to lower the ammount of fallback code I got 3 fallbacks(One for each big “step”) that regardless of what it was that failed inside the steps it always makes the same fallback procedure…
My idee was to revert the code by doing a script that points the iis back to the old version, or is it a better solution?
Best regards
Andreas