Skip to content

Commit cd37f70

Browse files
committed
Update readme
1 parent de14f6b commit cd37f70

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@ ansible-playbook playbook.yml --vault-password-file vault.key
137137

138138
Please note that encrypted files will be decrypted and stored in plaintext on the deployment server. Always protect access to your production server.
139139

140+
## Migrations
141+
142+
Some updates require changes on existing servers before deploying. Run the `migrate` playbook before `deploy` when needed:
143+
144+
```sh
145+
ansible-playbook opentermsarchive.deployment.migrate
146+
```
147+
140148
## Playbook execution refinement
141149

142150
Use [tags](https://docs.ansible.com/ansible/latest/user_guide/playbooks_tags.html) to refine playbook execution. Example commands:

0 commit comments

Comments
 (0)