wip
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
light7734 2025-04-25 15:01:29 +03:30
parent 8ba961b48a
commit e1a47c2f0f
Signed by: light7734
GPG key ID: B76EEFFAED52D359

View file

@ -10,10 +10,13 @@ steps:
- name: dazzle - name: dazzle
path: /home/light/dazzle/:/dazzle path: /home/light/dazzle/:/dazzle
commands: commands:
- npm install # - npm install
- npm run build # - npm run build
- pwd
- ls . - ls .
- ls ..
- ls / - ls /
- ls /home/
- cp -r ./build/* /dazzle/ - cp -r ./build/* /dazzle/
- ls /dazzle/ - ls /dazzle/
- cat /dazzle/index.html - cat /dazzle/index.html