Move frontend files

This commit is contained in:
Miha Frangež 2025-09-12 23:23:30 +02:00
parent b7ce9d850d
commit 36da67f369
36 changed files with 2 additions and 5 deletions

View file

@ -120,12 +120,12 @@
delegate_to: localhost
ansible.builtin.shell:
cmd: "npm install --dev && npm run build"
chdir: "{{PROJECT_BASE}}/frontend/vju_display" # TODO: remove vju_display
chdir: "{{PROJECT_BASE}}/frontend"
- name: Install frontend
become: true
ansible.posix.synchronize:
src: "../frontend/vju_display/dist/" # TODO: remove vju_display
src: "../frontend/dist/"
dest: "/var/www/html/"
delete: true
archive: false