[GRADLE-1088] Use a better mechanism for publishing the website Created: 04/Aug/10 Updated: 04/Jan/13 Resolved: 08/May/12 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.9 |
Fix Version/s: | None |
Type: | Improvement | ||
Reporter: | Adam Murdoch | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
Currently we delete the old content from the server and then upload the new content. This is not particularly robust. It would be much better if we could upload the new content to some test URL, then smoke test it, and then atomically switch the content across to the root URL, without deleting or uploading anything. Even better if it is integrated into the release build, so that the initial upload is part of the release build. |