Forcing redeployment

Hi Paul,

Is it possible to force a re-deployment at any point in time? For example, if we wanted to do a full redeployment in UAT, is it possible to say “re-run the deployment, even though this version is already deployed”?

Thanks,
Jason

Hi Jason,

It is - just open the project, click on the release already in UAT, then click the deploy button and choose UAT again.

However, if the package already exists on disk on the target server, most of the deployment steps will be skipped since the application is already installed. However if your goal of re-deploying is because you’ve restored VM snapshots in UAT for example, then it should work just fine.

Paul