From 6bcf7d6092b6d92166a42479fb93511a30f5552d Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Fri, 27 May 2022 07:40:25 +0000 Subject: [PATCH] update CD --- .space.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.space.kts b/.space.kts index 1c30840..0a3ae97 100644 --- a/.space.kts +++ b/.space.kts @@ -20,8 +20,8 @@ job("Deploy") { shellScript { interpreter = "/bin/bash" content = """ - echo ${'$'}ID > id.pem - scp -r -i id.pem /mnt/space/share/spc-site/ "${'$'}USER@${'$'}HOST:/opt" + echo ${'$'}ID > id + scp -r -i id /mnt/space/share/spc-site/ "${'$'}USER@${'$'}HOST:/opt" """.trimIndent() } }