fix: docs

This commit is contained in:
Benno Tielen 2026-04-24 09:13:39 +02:00
parent 3e836bb016
commit 48548e27f0

View file

@ -172,11 +172,13 @@ docker restart postgres
Use these playbooks to deploy from your local machine — no Forgejo runner needed.
```bash
cd infra/ansible
cd ansible
# Deploy both environments (git pull once, then build+deploy each sequentially)
ansible-playbook playbooks/deploy.yml --ask-vault-pass
```
```
# Deploy staging only
ansible-playbook playbooks/deploy-staging.yml --ask-vault-pass