diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 67b43700..abffdb50 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -24,11 +24,11 @@ jobs: - run: dotnet publish AsbCloudWebApi --os linux --sc true -o ./build - name: Deploy to Test server via rsync uses: burnett01/rsync-deployments@5.2.1 - with: - switches: -avzr --delete --exclude="files" --exclude="appsettings.json" - path: ./build/ - remote_path: /home/asb/AsbCloud/ - remote_host: test.digitaldrilling.ru - remote_user: asb - remote_port: 35222 - remote_key: ${{ secrets.SSH_PRIVATE_KEY }} \ No newline at end of file + with: + switches: -avzr --delete --exclude="files" --exclude="appsettings.json" + path: ./build/ + remote_path: /home/asb/AsbCloud/ + remote_host: test.digitaldrilling.ru + remote_user: asb + remote_port: 35222 + remote_key: ${{ secrets.SSH_PRIVATE_KEY }} \ No newline at end of file