CI : try to cd instead of adding path to the host

This commit is contained in:
isUnknown 2025-07-30 15:43:08 +02:00
parent f52c26f0df
commit d0bcc2ae7d

View file

@ -36,5 +36,6 @@ build and deploy:
- lftp -c "
set sftp:auto-confirm yes;
open -u $USERNAME,$PASSWORD sftp://$HOST;
put -O / test.txt;
cd $PROD_PATH;
put test.txt;
quit"