This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user