mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-26 14:46:56 +00:00
Reference: https://chatgpt.com/share/6925e87d-3e0c-800f-bfff-902d1faa122e
5 lines
213 B
YAML
5 lines
213 B
YAML
- name: "Execute migration for '{{ application_id }}'"
|
|
command:
|
|
chdir: "{{ docker_compose.directories.instance }}"
|
|
cmd: "docker compose run --rm {{ MASTODON_SERVICE_NAME }} bundle exec rails db:migrate"
|