Skip to content
Snippets Groups Projects
Commit 45afc9ed authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Update funkwhale.yml

parent 46a04b12
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@
become_user: "{{ funkwhale_username }}"
when: funkwhale_frontend_managed
unarchive:
src: https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/{{ funkwhale_version }}/download?job=build_front
src: https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/{{ funkwhale_version }}/download?job=build_front
dest: "{{ funkwhale_install_path }}"
remote_src: true
notify:
......@@ -82,7 +82,7 @@
become: true
become_user: "{{ funkwhale_username }}"
unarchive:
src: https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/{{ funkwhale_version }}/download?job=build_api
src: https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/{{ funkwhale_version }}/download?job=build_api
dest: "{{ funkwhale_install_path }}"
remote_src: true
notify:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment