aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_general
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2024-04-27 21:21:51 +0200
committerGravatar Joe Banks <[email protected]>2024-04-27 21:21:04 +0100
commitde9307796340070c0b44e6325a902184ad65492a (patch)
treef7a873d1a4b14281580b0450ba77ee9290b22c3c /docs/_general
parentUse same indent for all fail2ban options (diff)
Move documentation to Hugo
Shortly before merge, the repository settings need to be updated to set GitHub Actions as the deployment source, to prevent GitHub from trying to build with Jekyll.
Diffstat (limited to 'docs/_general')
-rw-r--r--docs/_general/index.md7
-rw-r--r--docs/_general/manual-deploys.md20
2 files changed, 0 insertions, 27 deletions
diff --git a/docs/_general/index.md b/docs/_general/index.md
deleted file mode 100644
index 1d84650..0000000
--- a/docs/_general/index.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: General
-has_children: true
-layout: default
-nav_exclude: true
-search_exclude: true
----
diff --git a/docs/_general/manual-deploys.md b/docs/_general/manual-deploys.md
deleted file mode 100644
index 092647a..0000000
--- a/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).
-
-<img width="308" alt="image" src="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`:
-
-<img width="947" alt="image" src="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.