Move frontend to a subdirectory
@ -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}"
|
||||
|
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 |