From 1573ae809063be62d2e86d7f5f15cbdae155568a Mon Sep 17 00:00:00 2001 From: Kim Date: Mon, 23 Oct 2023 17:25:44 +0200 Subject: [PATCH] typo --- .gitea/workflows/stage-deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/stage-deploy.yaml b/.gitea/workflows/stage-deploy.yaml index 0aefe2efd..b62b756c6 100644 --- a/.gitea/workflows/stage-deploy.yaml +++ b/.gitea/workflows/stage-deploy.yaml @@ -38,9 +38,9 @@ jobs: SSH_KEY: ${{ secrets.STAGING_SSH_KEY }} SSH_HOST: ${{ secrets.STAGING_SSH_HOST }} - run: cd ${{ gitea.workspace }} - - run: scp -r ./csharp/App/Backend/bin/Release/net6.0/linux-x64/publish/ staging:~/backend && - - run: scp -r ./typescript/frontend-marios2/* staging:~/frontend/ && - - run: ssh staging 'sudo systemctl restart backend' && - - run: ssh staging 'sudo cp -rf ~/frontend/build/* /var/www/html/monitor.innov.energy/html/' && + - run: scp -r ./csharp/App/Backend/bin/Release/net6.0/linux-x64/publish/ staging:~/backend + - run: scp -r ./typescript/frontend-marios2/* staging:~/frontend/ + - run: ssh staging 'sudo systemctl restart backend' + - run: ssh staging 'sudo cp -rf ~/frontend/build/* /var/www/html/monitor.innov.energy/html/' - run: ssh staging 'sudo npm install -g serve' - run: echo " This job's status is ${{ job.status }}." \ No newline at end of file