Fix directories in woodpecker file
This commit is contained in:
parent
185371b649
commit
b4706d1d8a
@ -2,7 +2,7 @@ platform: linux/amd64
|
||||
steps:
|
||||
build-frontend:
|
||||
image: gitea.elara.ws/elara6331/node
|
||||
directory: lure-frontend
|
||||
directory: frontend
|
||||
environment:
|
||||
- LURE_WEB_API_URL=https://api.lure.elara.ws
|
||||
commands:
|
||||
@ -15,7 +15,7 @@ steps:
|
||||
publish-frontend:
|
||||
image: gitea.elara.ws/elara6331/crane
|
||||
secrets: [ registry_password ]
|
||||
|
||||
directory: frontend
|
||||
commands:
|
||||
- export HOME=/home/nonroot
|
||||
- crane auth login gitea.elara.ws -u Elara6331 -p "$${REGISTRY_PASSWORD}"
|
||||
@ -27,7 +27,7 @@ steps:
|
||||
build-backend:
|
||||
image: gitea.elara.ws/elara6331/builder
|
||||
secrets: [ registry_password ]
|
||||
directory: lure-backend
|
||||
directory: backend
|
||||
commands:
|
||||
- registry-login
|
||||
- ko build -B --platform=linux/amd64,linux/arm64,linux/riscv64 --sbom=none
|
||||
|
Loading…
Reference in New Issue
Block a user