From c5648d0059d1da105e0d8d2277e5283ee0ccce03 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Tue, 8 Nov 2022 20:55:27 +0100 Subject: [PATCH] test --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6ff7a43..04710f3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,8 +8,8 @@ pipeline: - apk add git - npm install - mkdir build - - npx esbuild stear/main.js --jsx-factory=s --loader:.js=jsx --loader:.html=text --bundle --minify --outfile=stear.min.js - - npx esbuild stear/main.js --jsx-factory=s --loader:.js=jsx --loader:.html=text --bundle --outfile="staer.js" + - npx esbuild stear/main.js --jsx-factory=s --loader:.js=jsx --loader:.html=text --bundle --minify --outfile="build/stear.min.js" + - npx esbuild stear/main.js --jsx-factory=s --loader:.js=jsx --loader:.html=text --bundle --outfile="build/staer.js" - ls build - npx gitea-release "https://jusax.de/git/api/v1/" "$${GITEA_TOKEN}" "$${CI_REPO}" "$${CI_COMMIT_BRANCH}" "$${CI_COMMIT_TAG}" "build" "$${CI_COMMIT_MESSAGE}" secrets: [ gitea_token ] \ No newline at end of file