CI : transfer test on prod

This commit is contained in:
isUnknown 2025-07-30 15:33:56 +02:00
parent 7a2e91ff0a
commit 8a4ff72de1

View file

@ -30,4 +30,9 @@ build and deploy:
- main
image: node:latest
script:
- touch test.txt
- echo "test" > test.txt
- lftp -c "
set ftp:ssl-allow no;
open -u $USERNAME,$PASSWORD $HOST;
put -O / test.txt;
quit"