update CD

This commit is contained in:
Alexander Nozik 2022-05-26 15:27:50 +00:00 committed by Space
parent 7826311893
commit d06cc8d359

View File

@ -20,9 +20,8 @@ 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"
echo ${'$'}ID > id.pem
scp -r -i id.pem /mnt/space/share/spc-site/ "${'$'}USER@${'$'}HOST:/opt"
""".trimIndent()
}
}