From 393fb35738b0c242130bb6b291eeb92eab42815c Mon Sep 17 00:00:00 2001 From: Michael Kelly Date: Tue, 26 Jun 2012 15:54:27 -0400 Subject: [PATCH] Add link to very useful IT docs for deployment. --- devprocess.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devprocess.rst b/devprocess.rst index d525a62..12e79ee 100644 --- a/devprocess.rst +++ b/devprocess.rst @@ -79,7 +79,7 @@ new bugs if regressions are found within the current milestone. Deployment ---------- -Deployment varies heavily by product. A typical flux project will +Deployment varies heavily by product. A typical project will branch ``master`` into ``prod`` and tag the release with the milestone. @@ -96,4 +96,9 @@ A typical push consists of: * Hotfixes are made if needed * Or a rollback happens. +You can also check out `useful documentation`_ from IT about how we deploy +websites (requires an LDAP account). + +.. _useful documentation: https://mana.mozilla.org/wiki/display/websites/Home + We want a "one button" push process that automates the above steps.