update CD

This commit is contained in:
Alexander Nozik 2022-05-25 19:00:18 +00:00 committed by Space
parent 7e0ce0254c
commit 54803df50d

View File

@ -20,7 +20,7 @@ job("Deploy") {
shellScript { shellScript {
interpreter = "/bin/bash" interpreter = "/bin/bash"
content = """ content = """
echo ${'$'}ID | ssh -i /dev/stdin -r /mnt/space/share/spc-site/ "${'$'}USER@${'$'}HOST:/opt" echo ${'$'}ID | ssh -r -i /dev/stdin /mnt/space/share/spc-site/ "${'$'}USER@${'$'}HOST:/opt"
""".trimIndent() """.trimIndent()
} }
} }