remove deployment flags from bundle install
This commit is contained in:
parent
d6cf42e065
commit
94250ff2ed
|
@ -25,7 +25,7 @@
|
||||||
become: true
|
become: true
|
||||||
become_user: mastodon
|
become_user: mastodon
|
||||||
- name: Use bundler to install the rest of the Ruby dependencies
|
- 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:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue