From 9495fdb96e836271f5a89f8285868da39afc0b04 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Wed, 15 Jun 2022 16:39:31 +0000 Subject: [PATCH] Update CD --- .space.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.space.kts b/.space.kts index b83c4a7..9a94f6e 100644 --- a/.space.kts +++ b/.space.kts @@ -43,7 +43,7 @@ job("Restart service"){ content = """ echo ${'$'}ID > id.key chmod 400 id.key - ssh -i id.key -o StrictHostKeyChecking=no -t "${'$'}USER@${'$'}HOST" "systemctl restart sciprog-site" + ssh -i id.key -t "${'$'}USER@${'$'}HOST" "systemctl restart sciprog-site" """.trimIndent() } }