Build for real
This commit is contained in:
parent
0da08aeafd
commit
2da29f94c3
1 changed files with 8 additions and 6 deletions
|
@ -30,6 +30,7 @@
|
|||
community.docker.docker_compose:
|
||||
project_name: mastodon
|
||||
project_src: "{{ mastodon_composer_folder }}/"
|
||||
build: true
|
||||
state: present
|
||||
|
||||
- name: Generate secret key
|
||||
|
@ -125,6 +126,7 @@
|
|||
project_name: mastodon
|
||||
project_src: "{{ mastodon_composer_folder }}/"
|
||||
state: present
|
||||
build: true
|
||||
|
||||
- name: Set up database
|
||||
shell: docker-compose run --rm web rails db:migrate && echo "Database set up." > /var/lib/mastodon_db_setup
|
||||
|
|
Loading…
Reference in a new issue