From d06cc8d35918bd266091ae8b0c65a7d13e170943 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Thu, 26 May 2022 15:27:50 +0000 Subject: [PATCH] update CD --- .space.kts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.space.kts b/.space.kts index c338221..1c30840 100644 --- a/.space.kts +++ b/.space.kts @@ -20,9 +20,8 @@ job("Deploy") { shellScript { interpreter = "/bin/bash" content = """ - set -x - echo ${'$'}ID > id.pub - scp -r -i id.pub /mnt/space/share/spc-site/ "${'$'}USER@${'$'}HOST:/opt" + echo ${'$'}ID > id.pem + scp -r -i id.pem /mnt/space/share/spc-site/ "${'$'}USER@${'$'}HOST:/opt" """.trimIndent() } }