diff --git a/.github/workflows/main_g2to3.yml b/.github/workflows/main_g2to3.yml index 79e26ef..d5b098b 100644 --- a/.github/workflows/main_g2to3.yml +++ b/.github/workflows/main_g2to3.yml @@ -1,7 +1,7 @@ # Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy # More GitHub Actions for Azure: https://github.com/Azure/actions -name: Build and deploy ASP.Net Core app to Azure Web App - g2to3 +name: .NET on: push: @@ -19,7 +19,7 @@ jobs: - name: Set up .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '7.x' + dotnet-version: '8.x' include-prerelease: true - name: Build with dotnet @@ -33,25 +33,3 @@ jobs: with: name: .net-app path: ${{env.DOTNET_ROOT}}/myapp - - deploy: - runs-on: ubuntu-latest - needs: build - environment: - name: 'Production' - url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} - - steps: - - name: Download artifact from build job - uses: actions/download-artifact@v3 - with: - name: .net-app - - - name: Deploy to Azure Web App - id: deploy-to-webapp - uses: azure/webapps-deploy@v2 - with: - app-name: 'g2to3' - slot-name: 'Production' - publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_1FC60C31816144F3BEBD557C2BD0ED69 }} - package: . diff --git a/README.md b/README.md index 551f8b0..9aa60f2 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -# Chia Web2Gateway +# Chia Data Layer Web2 Gateway + +[![.NET](https://github.com/Datalayer-Storage/Web2Gateway/actions/workflows/main_g2to3.yml/badge.svg)](https://github.com/Datalayer-Storage/Web2Gateway/actions/workflows/main_g2to3.yml) +[![CodeQL](https://github.com/Datalayer-Storage/Web2Gateway/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/Datalayer-Storage/Web2Gateway/actions/workflows/github-code-scanning/codeql)