aboutsummaryrefslogtreecommitdiffstats
path: root/docs/general/manual-deploys.rst
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-07 18:41:02 +0100
committerGravatar Joe Banks <[email protected]>2024-08-07 18:41:02 +0100
commitdcbb78959177537cf1fdda813380996a4b2daf8f (patch)
tree0a53ded19896aaddf93cc8f1e4ff34ac3f70464e /docs/general/manual-deploys.rst
parentRevert "Enable fail2ban jails for postfix" (diff)
Remove old documentation
Diffstat (limited to 'docs/general/manual-deploys.rst')
-rw-r--r--docs/general/manual-deploys.rst27
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/general/manual-deploys.rst b/docs/general/manual-deploys.rst
deleted file mode 100644
index 0d874ea..0000000
--- a/docs/general/manual-deploys.rst
+++ /dev/null
@@ -1,27 +0,0 @@
-Manual Deployments
-==================
-
-When the DevOps team are not available, Administrators and Core
-Developers can redeploy our critical services, such as Bot, Site and
-ModMail.
-
-This is handled through workflow dispatches on this repository. To get
-started, head to the
-`Actions <https://github.com/python-discord/kubernetes/actions>`__ tab
-of this repository and select ``Manual Redeploy`` in the sidebar,
-alternatively navigate
-`here <https://github.com/python-discord/kubernetes/actions/workflows/manual_redeploy.yml>`__.
-
-.. image:: https://user-images.githubusercontent.com/20439493/116442084-00d5f400-a84a-11eb-8e8a-e9e6bcc327dd.png
-
-Click ``Run workflow`` on the right hand side and enter the service name
-that needs redeploying, keep the branch as ``main``:
-
-.. image:: https://user-images.githubusercontent.com/20439493/116442202-22cf7680-a84a-11eb-8cce-a3e715a1bf68.png
-
-Click ``Run`` and refresh the page, you’ll see a new in progress Action
-which you can track. Once the deployment completes notifications will be
-sent to the ``#dev-ops`` channel on Discord.
-
-If you encounter errors with this please copy the Action run link to
-Discord so the DevOps team can investigate when available.