CI / CD pipeline modified
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-09-06 06:09:33 +03:00
parent af8e6aa616
commit 1cd3550b5d
+3 -2
View File
@@ -22,11 +22,12 @@ steps:
- name: node_modules
path: /drone/src/node_modules
- name: dist
path: /drone/src/dist
path: /dist
commands:
# - apk add --no-cache tar zstd openssh rsync
- apk add --no-cache rsync
- bun install --frozen_lockfile
- bun --bun run build
- rsync -cavhP --delete-after ./dist/ /dist/
image_pull_secrets:
- GiteaRegistryConfig