We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de14f6b commit cd37f70Copy full SHA for cd37f70
1 file changed
README.md
@@ -137,6 +137,14 @@ ansible-playbook playbook.yml --vault-password-file vault.key
137
138
Please note that encrypted files will be decrypted and stored in plaintext on the deployment server. Always protect access to your production server.
139
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
148
## Playbook execution refinement
149
150
Use [tags](https://docs.ansible.com/ansible/latest/user_guide/playbooks_tags.html) to refine playbook execution. Example commands:
0 commit comments