This commit is contained in:
+3
-2
@@ -22,11 +22,12 @@ steps:
|
|||||||
- name: node_modules
|
- name: node_modules
|
||||||
path: /drone/src/node_modules
|
path: /drone/src/node_modules
|
||||||
- name: dist
|
- name: dist
|
||||||
path: /drone/src/dist
|
path: /dist
|
||||||
commands:
|
commands:
|
||||||
# - apk add --no-cache tar zstd openssh rsync
|
- apk add --no-cache rsync
|
||||||
- bun install --frozen_lockfile
|
- bun install --frozen_lockfile
|
||||||
- bun --bun run build
|
- bun --bun run build
|
||||||
|
- rsync -cavhP --delete-after ./dist/ /dist/
|
||||||
|
|
||||||
image_pull_secrets:
|
image_pull_secrets:
|
||||||
- GiteaRegistryConfig
|
- GiteaRegistryConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user