Update CD

This commit is contained in:
Alexander Nozik 2022-06-15 16:18:29 +00:00 committed by Space
parent ba883b5b11
commit 0f223da648

View File

@ -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()
}