blob: fee4f8f7ef7b752c41aea24f1d54968e407f6c24 (
plain) (
blame)
1
2
3
4
5
6
7
|
# Ghost
This folder contains the deployment manifests for Ghost, the CMS we use for https://blog.pythondiscord.com/.
There should be no additional configuration required, there is a setup process on the domain when Ghost first boots, you can reach it by going to https://blog.pythondiscord.com/ghost/ immediately after starting the deployment.
To deploy this application run `kubectl apply -f ghost` from the root directory of this repository. This will create a deployment, service ingress and persistent volume.
|