Remove environment setting from shell command

This commit is contained in:
staticsafe 2017-11-26 21:23:43 -05:00
parent c387f83ae7
commit 75711b6fc8
1 changed files with 1 additions and 1 deletions

View File

@ -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: