Minor fix. Cruft removedc.

This commit is contained in:
Christoph Haas 2018-08-08 14:14:18 +02:00
parent bff687df68
commit 844feb7f0e

View file

@ -88,17 +88,20 @@
become_flags: "-i"
- name: Install dependencies
shell: bundle install
shell: bundle install --deployment
args:
chdir: /opt/debshots
become: yes
become_user: debshots
become_flags: "-i"
- name: Make sure that the public/ directory is readable by nginx
file: path=/opt/debshots/public mode='go+rx'
- name: Make sure that the config.ru is readable by nginx
file: path=/opt/debshots/config.ru mode='go+r'
- name: Pre-render the static assets
shell: rails assets:precompile RAILS_ENV=production
args:
chdir: /opt/debshots
become: yes
become_user: debshots
become_flags: "-i"
- name: Deploy nginx config
copy: