ci: fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
light7734 2025-08-08 15:43:07 +03:30
parent d0680daacd
commit 24214a7117
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -17,7 +17,7 @@ steps:
image: byteflair/scp image: byteflair/scp
commands: commands:
- ssh 'light@5.75.206.84' 'rm -rf /home/light/bonfire_dev/*' - ssh 'light@5.75.206.84' 'rm -rf /home/light/bonfire_dev/*'
- scp -r './build' 'light@5.75.206.84:/home/light/bonfire_dev' - scp -r './build/*' 'light@5.75.206.84:/home/light/bonfire_dev'
--- ---
kind: pipeline kind: pipeline
@ -39,4 +39,4 @@ steps:
image: byteflair/scp image: byteflair/scp
commands: commands:
- ssh 'light@5.75.206.84' 'rm -rf /home/light/bonfire/*' - ssh 'light@5.75.206.84' 'rm -rf /home/light/bonfire/*'
- scp -r './build' 'light@5.75.206.84:/home/light/bonfire' - scp -r './build/*' 'light@5.75.206.84:/home/light/bonfire'