Skip to content

Commit

Permalink
Update deploy.md log Commands
Browse files Browse the repository at this point in the history
Montoring Logs Makefile commands in devops now have a `stack-` prefix and another ` make stack-logs-db` is available
  • Loading branch information
acsr authored Jan 27, 2025
1 parent 4604daf commit 9e8dcd3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/plone-deployment/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9e8dcd3

Please sign in to comment.