CI : multiline

This commit is contained in:
isUnknown 2025-07-30 15:45:42 +02:00
parent 619b86414c
commit 9ca6735dc1

View file

@ -33,7 +33,8 @@ build and deploy:
- apt-get update -qq && apt-get install -y sshpass
script:
- echo "test" > test.txt
- sshpass -p "$PASSWORD" sftp -o StrictHostKeyChecking=no $USERNAME@$HOST <<EOF
- |
sshpass -p "$PASSWORD" sftp -o StrictHostKeyChecking=no $USERNAME@$HOST <<EOF
cd $PROD_PATH
put test.txt
bye