ci: testing
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build encountered an error

This commit is contained in:
light7734 2025-02-21 18:42:37 +03:30
parent 0e39513c55
commit 287308c8d3
Signed by: light7734
GPG key ID: B76EEFFAED52D359

View file

@ -5,13 +5,13 @@ name: default
steps: steps:
- name: build_deploy - name: build_deploy
privileged: true privileged: true
image: ianwalter/pnpm:v1.4.0 image: stagex/npm:latest
volumes: volumes:
- name: bonfire - name: bonfire
path: /bonfire:/bonfire path: /bonfire:/bonfire
commands: commands:
- pnpm install - npm install
- pnpm run build - npm run build
- cp -r ./build/* /bonfire/ - cp -r ./build/* /bonfire/
- ls . - ls .
- ls / - ls /