diff --git a/.woodpecker.yml b/.woodpecker.yml index 860a63f..c01e295 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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