Move frontend to a subdirectory
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Elara 2023-09-26 15:16:48 -07:00
parent d785271d16
commit 35b21b7b6b
36 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ platform: linux/amd64
steps:
build-frontend:
image: gitea.elara.ws/elara6331/node
directory: lure-frontend
environment:
- LURE_WEB_API_URL=https://api.lure.elara.ws
commands:
@ -14,6 +15,7 @@ steps:
publish-frontend:
image: gitea.elara.ws/elara6331/crane
secrets: [ registry_password ]
directory: lure-frontend
commands:
- export HOME=/home/nonroot
- crane auth login gitea.elara.ws -u Elara6331 -p "$${REGISTRY_PASSWORD}"

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB