add re-build
This commit is contained in:
parent
adc2c0c762
commit
e55bd72716
1 changed files with 6 additions and 0 deletions
|
@ -95,6 +95,12 @@
|
|||
regexp: "^VAPID_PUBLIC_KEY="
|
||||
backup: yes
|
||||
|
||||
- name: Build (again) Mastodon container to include secrets
|
||||
community.docker.docker_compose:
|
||||
project_name: mastodon
|
||||
project_src: "{{ mastodon_composer_folder }}/"
|
||||
state: present
|
||||
|
||||
- name: Set up database
|
||||
shell: docker-compose run --rm web rails db:migrate && echo "Database set up." > /var/lib/mastodon_db_setup
|
||||
args:
|
||||
|
|
Loading…
Reference in a new issue