Minor fix. Cruft removedc.
This commit is contained in:
parent
bff687df68
commit
844feb7f0e
1 changed files with 8 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue