From 9e8dcd33abc37a66575ddb411ff997d2f5c08305 Mon Sep 17 00:00:00 2001 From: Armin Stross-Radschinski Date: Mon, 27 Jan 2025 15:21:25 +0100 Subject: [PATCH] Update deploy.md log Commands Montoring Logs Makefile commands in devops now have a `stack-` prefix and another ` make stack-logs-db` is available --- docs/plone-deployment/deploy.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/plone-deployment/deploy.md b/docs/plone-deployment/deploy.md index 31f47dde8..3634a11c2 100644 --- a/docs/plone-deployment/deploy.md +++ b/docs/plone-deployment/deploy.md @@ -70,9 +70,10 @@ make stack-create-site Monitor the logs of each service with these commands: -- Traefik: `make logs-webserver` -- Frontend: `make logs-frontend` -- Backend: `make logs-backend` +- Traefik: `make stack-logs-webserver` +- Frontend: `make stack-logs-frontend` +- Backend: `make stack-logs-backend` +- Backend: `make stack-logs-db` ## Automating Deployment with GitHub Actions