workflow fix spacing

This commit is contained in:
ngfrolov 2024-01-16 15:00:09 +05:00
parent d67a22b2f1
commit 004ab09b81
Signed by untrusted user who does not match committer: ng.frolov
GPG Key ID: E99907A0357B29A7

View File

@ -24,11 +24,11 @@ jobs:
- run: dotnet publish AsbCloudWebApi --os linux --sc true -o ./build - run: dotnet publish AsbCloudWebApi --os linux --sc true -o ./build
- name: Deploy to Test server via rsync - name: Deploy to Test server via rsync
uses: burnett01/rsync-deployments@5.2.1 uses: burnett01/rsync-deployments@5.2.1
with: with:
switches: -avzr --delete --exclude="files" --exclude="appsettings.json" switches: -avzr --delete --exclude="files" --exclude="appsettings.json"
path: ./build/ path: ./build/
remote_path: /home/asb/AsbCloud/ remote_path: /home/asb/AsbCloud/
remote_host: test.digitaldrilling.ru remote_host: test.digitaldrilling.ru
remote_user: asb remote_user: asb
remote_port: 35222 remote_port: 35222
remote_key: ${{ secrets.SSH_PRIVATE_KEY }} remote_key: ${{ secrets.SSH_PRIVATE_KEY }}