Hi,
I´d like to mark packages than have been deployed for an specific environment without adding additional steps to the deploy,emt process.
One idea is to use Subscriptions with a webhook, but i need to get the package name and version and set this on the header or URL call.
I know you said you would like to not add extra steps to the deployment, but do you think it would be okay to add a Post-Deployment script to your Deploy Package step(or one of the other steps) and do the work there?
Here is the method you do that if you arent familiar with it.
Hi,
thanks
i could do that, but i have several steps to add the function to tag the packages.
Probably the best step is when octopus adquire the packages, but it seem to be a system step.