From 3dffd8505a827670417fbb8cc010281af6796852 Mon Sep 17 00:00:00 2001 From: Basyrov Rustam Date: Mon, 9 Jun 2025 12:23:30 +0300 Subject: [PATCH] _EOF_ --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 368e4c9..4100392 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,13 +17,13 @@ pipeline { ) ]) { sh '''#!/bin/bash - ssh -i "$SSH_PRIVATE_KEY" -p 2222 saccada@saccada.xyz << EOF + ssh -i "$SSH_PRIVATE_KEY" -p 2222 saccada@saccada.xyz << _EOF_ cd ~/ws/django-example-app git pull --rebase docker compose pull docker compose down docker compose up -d - EOF''' + _EOF_''' } } }