fix(ci): publish frontend assets into correct directory

This commit is contained in:
kolaente 2024-02-10 15:17:19 +01:00
parent 2e57b6e409
commit 4162c64ed9
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -919,7 +919,7 @@ steps:
region: fr-par
path_style: true
source: frontend/vikunja-frontend-unstable.zip
target: /frontend/
target: /
depends_on: [ static ]
---
@ -978,7 +978,7 @@ steps:
region: fr-par
path_style: true
source: frontend/vikunja-frontend-${DRONE_TAG##v}.zip
target: /frontend/
target: /
depends_on: [ static ]
---