Remove environment setting from shell command
This commit is contained in:
parent
c387f83ae7
commit
75711b6fc8
|
@ -19,7 +19,7 @@
|
|||
become: true
|
||||
become_user: mastodon
|
||||
- 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:
|
||||
RAILS_ENV: production
|
||||
args:
|
||||
|
|
Loading…
Reference in New Issue