From 5b272b46474f97ca10b952afd1e2d4016c2df80d Mon Sep 17 00:00:00 2001 From: Kim Date: Mon, 23 Oct 2023 15:38:19 +0200 Subject: [PATCH] chmod +x the deploy scripts --- .gitea/Prod-deploy.sh | 1 - .gitea/Stage-deploy.sh | 1 - 2 files changed, 2 deletions(-) mode change 100644 => 100755 .gitea/Prod-deploy.sh mode change 100644 => 100755 .gitea/Stage-deploy.sh diff --git a/.gitea/Prod-deploy.sh b/.gitea/Prod-deploy.sh old mode 100644 new mode 100755 index f21da546f..68306fdca --- a/.gitea/Prod-deploy.sh +++ b/.gitea/Prod-deploy.sh @@ -1,5 +1,4 @@ #/bin/bash - rsync -av ${{ gitea.workspace }}/csharp/App/Backend/bin/Release/net6.0/linux-x64/publish/ ubuntu@194.182.190.208:~/backend ssh ubuntu@194.182.190.208 'sudo systemctl restart backend' rsync -av ${{ gitea.workspace }}/typescript/frontend-marios2/* ubuntu@194.182.190.208:~/frontend/ diff --git a/.gitea/Stage-deploy.sh b/.gitea/Stage-deploy.sh old mode 100644 new mode 100755 index 3cb6f7b4c..6809171bb --- a/.gitea/Stage-deploy.sh +++ b/.gitea/Stage-deploy.sh @@ -1,5 +1,4 @@ #/bin/bash - rsync -av ${{ gitea.workspace }}/csharp/App/Backend/bin/Release/net6.0/linux-x64/publish/ ubuntu@91.92.154.141:~/backend ssh ubuntu@91.92.154.141 'sudo systemctl restart backend' rsync -av ${{ gitea.workspace }}/typescript/frontend-marios2/* ubuntu@91.92.154.141:~/frontend/