remove deployment flags from bundle install

This commit is contained in:
Sadiq Saif 2019-01-12 14:17:17 -05:00 committed by GitHub
parent d6cf42e065
commit 94250ff2ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
become: true
become_user: mastodon
- name: Use bundler to install the rest of the Ruby dependencies
shell: cd /home/mastodon/live && bundle install --deployment --without development test
shell: cd /home/mastodon/live && bundle install
args:
executable: /bin/bash
environment: