forked from ddrilling/AsbCloudServer
fix devops
This commit is contained in:
parent
22c8cf176a
commit
3d93c5f187
@ -19,7 +19,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Add gitea as nuget source
|
- name: Add gitea as nuget source
|
||||||
run: dotnet nuget add source --name gitea --username publisher --password ${{ secrets.PUBLISHER_PASSWORD }} --store-password-in-clear-text http://test.digitaldrilling.ru:8080/api/packages/DDrilling/nuget/index.json
|
run: dotnet nuget add source --name gitea --username publisher --password ${{ secrets.PUBLISHER_PASSWORD }} --store-password-in-clear-text http://test.digitaldrilling.ru:8080/api/packages/DDrilling/nuget/index.json
|
||||||
- run: dotnet test AsbCloudWebApi.Tests
|
- run: dotnet test AsbCloudInfrastructure.Tests
|
||||||
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user