Skip to content

Commit 561e5e2

Browse files
committed
fix: build flow according to autorelease
1 parent cc8e881 commit 561e5e2

File tree

11 files changed

+5
-1454
lines changed

11 files changed

+5
-1454
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
node_modules
1+
node_modules
2+
dist
3+
custom/node_modules

.gitignore copy

Lines changed: 0 additions & 3 deletions
This file was deleted.

.woodpecker/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ steps:
2222
image: node:20
2323
when:
2424
- event: push
25-
volumes:
26-
- /var/run/docker.sock:/var/run/docker.sock
2725
commands:
26+
- apt update && apt install -y rsync
2827
- export $(cat /woodpecker/deploy.vault.env | xargs)
2928
- npm clean-install
3029
- /bin/bash ./.woodpecker/buildRelease.sh

dist/custom/imageGenerator.vue

Lines changed: 0 additions & 228 deletions
This file was deleted.

0 commit comments

Comments
 (0)