fix: docs
This commit is contained in:
parent
3e836bb016
commit
48548e27f0
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue