forked from ddrilling/AsbCloudServer
workflow fix spacing
This commit is contained in:
parent
d67a22b2f1
commit
004ab09b81
@ -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 }}
|
||||
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 }}
|
Loading…
Reference in New Issue
Block a user