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/