Remove environment setting from shell command
This commit is contained in:
parent
c387f83ae7
commit
75711b6fc8
|
@ -19,7 +19,7 @@
|
||||||
become: true
|
become: true
|
||||||
become_user: mastodon
|
become_user: mastodon
|
||||||
- name: Precompile Mastodon static assets
|
- name: Precompile Mastodon static assets
|
||||||
shell: cd /home/mastodon/live && RAILS_ENV=production /home/mastodon/.rbenv/shims/bundle exec rails assets:precompile
|
shell: cd /home/mastodon/live && /home/mastodon/.rbenv/shims/bundle exec rails assets:precompile
|
||||||
environment:
|
environment:
|
||||||
RAILS_ENV: production
|
RAILS_ENV: production
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Reference in New Issue