Change build directory

This commit is contained in:
Dryusdan 2022-09-15 11:27:33 +02:00
parent 52f3c22a76
commit 331b8431e3
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@
- name: Build web-vault
shell: "npm run dist:oss:selfhost"
args:
chdir: "{{ item.home }}/web-vault"
chdir: "{{ item.home }}/web-vault/apps/web"
become: yes
become_user : "{{ item.name }}"
become_method: su