Skip to content

Commit

Permalink
Update deploy.md postgres log command typo
Browse files Browse the repository at this point in the history
the service for the log command for the db is doubled as backend. Must be postgres
acsr authored Jan 28, 2025
1 parent d51e070 commit 5f1a803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plone-deployment/deploy.md
Original file line number Diff line number Diff line change
@@ -92,7 +92,7 @@ Monitor the logs of each service with these commands:
- Traefik: `make stack-logs-webserver`
- Frontend: `make stack-logs-frontend`
- Backend: `make stack-logs-backend`
- Backend: `make stack-logs-db`
- Postgres: `make stack-logs-db`

## Automating Deployment with GitHub Actions

0 comments on commit 5f1a803

Please sign in to comment.