Try setting SECRET_KEY_BASE to 0 when generating VAPID_KEYS
This commit is contained in:
parent
75d0e0fb45
commit
caa96d235f
|
@ -48,6 +48,8 @@
|
|||
PATH: '/home/mastodon/.rbenv/bin:/home/mastodon/.rbenv/shims:/home/mastodon/.rbenv/plugins/ruby-build/bin:{{ ansible_env.PATH }}'
|
||||
args:
|
||||
executable: /bin/bash
|
||||
environment:
|
||||
SECRET_KEY_BASE: '0'
|
||||
become: true
|
||||
become_user: mastodon
|
||||
- name: Copy Mastodon .env.production the second time
|
||||
|
|
Loading…
Reference in New Issue