From 0f215b5c232c8a325f499dbb58fc3ee16799360b Mon Sep 17 00:00:00 2001 From: Bossanyi Tibor Date: Tue, 12 May 2020 21:54:35 +0200 Subject: [PATCH] deploy ci fix, port change to scp --- ci-cd/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-cd/deploy.sh b/ci-cd/deploy.sh index 8ccdbe5..3e14dcb 100644 --- a/ci-cd/deploy.sh +++ b/ci-cd/deploy.sh @@ -1 +1 @@ -sshpass -f /ci-cd/.ssh/.scp scp build/libs/aitrainer_server-0.0.2.jar bosi@andio.shop:/home/bosi/deploy/aitrainer_server.jar \ No newline at end of file +sshpass -f /ci-cd/.ssh/.scp scp -p 6622 build/libs/aitrainer_server-0.0.2.jar bosi@andio.shop:/home/bosi/deploy/aitrainer_server.jar \ No newline at end of file