stupid section
This commit is contained in:
parent
ec9c9044b8
commit
63fa9637c6
1 changed files with 0 additions and 20 deletions
20
README.md
20
README.md
|
|
@ -192,26 +192,6 @@ disableKinds = ["sitemap", "taxonomy", "term"]
|
||||||
page = "/:contentbasename/"
|
page = "/:contentbasename/"
|
||||||
```
|
```
|
||||||
|
|
||||||
## 📊 Monitoring & Debugging
|
|
||||||
|
|
||||||
Verify the site was updated
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Check the build time in the footer
|
|
||||||
curl -s https://your-domain.com | grep "Last updated"
|
|
||||||
```
|
|
||||||
|
|
||||||
View the status of the cron job
|
|
||||||
```bash
|
|
||||||
# Check if cron is running
|
|
||||||
systemctl status cron
|
|
||||||
# or
|
|
||||||
systemctl status crond
|
|
||||||
|
|
||||||
# View cron logs
|
|
||||||
grep CRON /var/log/syslog
|
|
||||||
```
|
|
||||||
|
|
||||||
## 🛠️ Manual Deployment
|
## 🛠️ Manual Deployment
|
||||||
|
|
||||||
To manually trigger a deployment:
|
To manually trigger a deployment:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue