From 78263118931da99fb21826e3acda3846d6f228db Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Thu, 26 May 2022 14:53:09 +0000 Subject: [PATCH] Update CD --- .space.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/.space.kts b/.space.kts index 99e6146..c338221 100644 --- a/.space.kts +++ b/.space.kts @@ -20,6 +20,7 @@ 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" """.trimIndent()