From 8e474a0310863ae915043c59f44011d9762b0910 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sun, 13 Aug 2023 23:16:04 +0100 Subject: Move k8s jekyll config to docs/ --- kubernetes/docs/_general/manual-deploys.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 kubernetes/docs/_general/manual-deploys.md (limited to 'kubernetes/docs/_general/manual-deploys.md') diff --git a/kubernetes/docs/_general/manual-deploys.md b/kubernetes/docs/_general/manual-deploys.md deleted file mode 100644 index 092647a..0000000 --- a/kubernetes/docs/_general/manual-deploys.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Manual Deploys -layout: default ---- - -# 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 - -Click `Run workflow` on the right hand side and enter the service name that needs redeploying, keep the branch as `main`: - -image - -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. -- cgit v1.2.3