ci: mount /root/.ssh
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-08-08 13:59:08 +03:30
parent 6bd9240582
commit e379e9b88c
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -13,6 +13,9 @@ steps:
- npm run build - npm run build
- name: deploy - name: deploy
privileged: true
image: byteflair/scp image: byteflair/scp
volumes:
- /root/.ssh:/root/.ssh
commands: commands:
- scp -r ./build light@5.75.206.84:/home/light/bonfire_dev - scp -r ./build light@5.75.206.84:/home/light/bonfire_dev