ci: testing dev deployment
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
light7734 2025-08-17 15:01:26 +03:30
parent 306ad8ed63
commit 51c341f2ab
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -16,9 +16,10 @@ steps:
- name: deploy - name: deploy
image: byteflair/scp image: byteflair/scp
commands: commands:
- ssh 'light@5.75.206.84' 'rm -rf /home/light/dazzle_dev/*' - ssh -t 'light@5.75.206.84' 'rm -rf /home/light/dazzle_dev/*'
- mv ./build ./dazzle_dev - mv ./build ./dazzle_dev
- scp -r './dazzle_dev/' 'light@5.75.206.84:/home/light/' - scp -t -r './dazzle_dev/' 'light@5.75.206.84:/home/light/'
- ssh -t 'light@5.75.206.84' 'chmod -R 755 /home/light/dazzle_dev/'
--- ---
kind: pipeline kind: pipeline