mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-08 06:08:05 +00:00
4 lines
143 B
YAML
4 lines
143 B
YAML
- name: "Execute migration for '{{ application_id }}'"
|
|
command:
|
|
cmd: "docker exec {{ MASTODON_CONTAINER }} bundle exec rails db:migrate"
|