Move frontend files
This commit is contained in:
parent
b7ce9d850d
commit
36da67f369
36 changed files with 2 additions and 5 deletions
|
@ -120,12 +120,12 @@
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: "npm install --dev && npm run build"
|
cmd: "npm install --dev && npm run build"
|
||||||
chdir: "{{PROJECT_BASE}}/frontend/vju_display" # TODO: remove vju_display
|
chdir: "{{PROJECT_BASE}}/frontend"
|
||||||
|
|
||||||
- name: Install frontend
|
- name: Install frontend
|
||||||
become: true
|
become: true
|
||||||
ansible.posix.synchronize:
|
ansible.posix.synchronize:
|
||||||
src: "../frontend/vju_display/dist/" # TODO: remove vju_display
|
src: "../frontend/dist/"
|
||||||
dest: "/var/www/html/"
|
dest: "/var/www/html/"
|
||||||
delete: true
|
delete: true
|
||||||
archive: false
|
archive: false
|
||||||
|
|
3
frontend/vju_display/.vscode/extensions.json
vendored
3
frontend/vju_display/.vscode/extensions.json
vendored
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"recommendations": ["Vue.volar"]
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue