Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Use yarn build instead of rails assets:precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardloveall committed Aug 3, 2022
1 parent 9c30e3d commit ec79632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/roles/app_deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
path: "{{ location }}"

- name: Compile assets
ansible.builtin.command: "rails assets:precompile"
ansible.builtin.command: "yarn build"
args:
chdir: "{{ location }}"
changed_when: true
Expand Down

0 comments on commit ec79632

Please sign in to comment.