From 0f223da648ae48451a8feb5e41adeb77101bcb25 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Wed, 15 Jun 2022 16:18:29 +0000 Subject: [PATCH] Update CD --- .space.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/.space.kts b/.space.kts index f80616a..831d3a1 100644 --- a/.space.kts +++ b/.space.kts @@ -21,6 +21,7 @@ job("Deploy") { interpreter = "/bin/bash" content = """ echo ${'$'}ID > id.key + chmod 400 id.key scp -r -i id.key /mnt/space/share/spc-site/ "${'$'}USER@${'$'}HOST:/opt" """.trimIndent() }