Move frontend to a subdirectory
@ -2,6 +2,7 @@ platform: linux/amd64
|
|||||||
steps:
|
steps:
|
||||||
build-frontend:
|
build-frontend:
|
||||||
image: gitea.elara.ws/elara6331/node
|
image: gitea.elara.ws/elara6331/node
|
||||||
|
directory: lure-frontend
|
||||||
environment:
|
environment:
|
||||||
- LURE_WEB_API_URL=https://api.lure.elara.ws
|
- LURE_WEB_API_URL=https://api.lure.elara.ws
|
||||||
commands:
|
commands:
|
||||||
@ -14,6 +15,7 @@ steps:
|
|||||||
publish-frontend:
|
publish-frontend:
|
||||||
image: gitea.elara.ws/elara6331/crane
|
image: gitea.elara.ws/elara6331/crane
|
||||||
secrets: [ registry_password ]
|
secrets: [ registry_password ]
|
||||||
|
directory: lure-frontend
|
||||||
commands:
|
commands:
|
||||||
- export HOME=/home/nonroot
|
- export HOME=/home/nonroot
|
||||||
- crane auth login gitea.elara.ws -u Elara6331 -p "$${REGISTRY_PASSWORD}"
|
- crane auth login gitea.elara.ws -u Elara6331 -p "$${REGISTRY_PASSWORD}"
|
||||||
|
0
.gitignore → lure-frontend/.gitignore
vendored
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |