Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jeff
funkwhale
Commits
d5cff4f3
Verified
Commit
d5cff4f3
authored
Feb 27, 2022
by
Kasper Seweryn
🥞
Browse files
Fix deployment base path
parent
112ef174
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d5cff4f3
...
...
@@ -256,7 +256,7 @@ build_front:
-
yarn run i18n-compile
# this is to ensure we don't have any errors in the output,
# cf https://dev.funkwhale.audio/funkwhale/funkwhale/issues/169
-
yarn build | tee /dev/stderr | (! grep -i 'ERROR in')
-
yarn
run
build
:deployment
| tee /dev/stderr | (! grep -i 'ERROR in')
-
chmod -R 755 dist
artifacts
:
name
:
"
front_${CI_COMMIT_REF_NAME}"
...
...
front/package.json
View file @
d5cff4f3
...
...
@@ -7,6 +7,7 @@
"scripts"
:
{
"dev"
:
"vite"
,
"build"
:
"vite build"
,
"build:deployment"
:
"vite build --base /front"
,
"serve"
:
"vite preview"
,
"test:unit"
:
"true"
,
"lint"
:
"eslint --ext .js,.vue src"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment