Reputation: 104741
I'm working on a website and I deploy using TFS Azure.
The customer wants me to deploy some iterations to a website that shouldn't be visible on the main website, only after he confirms.
Is there a way to publish shelves to a temporary website? Or maybe a similar low-effort alternative?
Upvotes: 0
Views: 43
Reputation:
Have you looked at Deployment Slots? http://azure.microsoft.com/en-us/documentation/articles/web-sites-staged-publishing/
You could create a staging slot where you'd publish the changes and once you get approval, you'd swap the production to the staging slot.
Upvotes: 5