From 8a4ff72de1991dd11b4b99145571856ece8de63f Mon Sep 17 00:00:00 2001 From: isUnknown Date: Wed, 30 Jul 2025 15:33:56 +0200 Subject: [PATCH] CI : transfer test on prod --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c14b527..20d8b9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"