From 5f906441fec9d8ab8ee53ab934f5476f7f1e932e Mon Sep 17 00:00:00 2001 From: Dhiogo Acioli Date: Sun, 24 Nov 2024 18:48:41 +0800 Subject: [PATCH] github workflow fix --- ...ure-static-web-apps-kind-mud-0b5e16410.yml | 46 ------------------- MM.sln | 6 ++- 2 files changed, 5 insertions(+), 47 deletions(-) delete mode 100644 .github/workflows/azure-static-web-apps-kind-mud-0b5e16410.yml diff --git a/.github/workflows/azure-static-web-apps-kind-mud-0b5e16410.yml b/.github/workflows/azure-static-web-apps-kind-mud-0b5e16410.yml deleted file mode 100644 index 3b21881..0000000 --- a/.github/workflows/azure-static-web-apps-kind-mud-0b5e16410.yml +++ /dev/null @@ -1,46 +0,0 @@ -name: Azure Static Web Apps CI/CD - -on: - push: - branches: - - master - pull_request: - types: [opened, synchronize, reopened, closed] - branches: - - master - -jobs: - build_and_deploy_job: - if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') - runs-on: ubuntu-latest - name: Build and Deploy Job - steps: - - uses: actions/checkout@v3 - with: - submodules: true - lfs: false - - name: Build And Deploy - id: builddeploy - uses: Azure/static-web-apps-deploy@v1 - with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_KIND_MUD_0B5E16410 }} - repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) - action: "upload" - ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### - # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig - app_location: "MM.WEB" # App source code path - api_location: "MM.API" # Api source code path - optional - output_location: "wwwroot" # Built app content directory - optional - ###### End of Repository/Build Configurations ###### - - close_pull_request_job: - if: github.event_name == 'pull_request' && github.event.action == 'closed' - runs-on: ubuntu-latest - name: Close Pull Request Job - steps: - - name: Close Pull Request - id: closepullrequest - uses: Azure/static-web-apps-deploy@v1 - with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_KIND_MUD_0B5E16410 }} - action: "close" diff --git a/MM.sln b/MM.sln index c807882..7169eb3 100644 --- a/MM.sln +++ b/MM.sln @@ -12,6 +12,10 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3E93B584-C40E-4D22-A214-54CD88CB754A}" ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig + .gitattributes = .gitattributes + .gitignore = .gitignore + .github\workflows\azure-static-web-apps-jolly-coast-0ed44c910.yml = .github\workflows\azure-static-web-apps-jolly-coast-0ed44c910.yml + .github\workflows\azure-static-web-apps-red-rock-01eea0710.yml = .github\workflows\azure-static-web-apps-red-rock-01eea0710.yml EndProjectSection EndProject Global @@ -37,7 +41,7 @@ Global HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {85A99F38-1673-460C-8BF0-54C0A2E00F7D} RESX_CultureCountyOverrides = pt=pt-BR + SolutionGuid = {85A99F38-1673-460C-8BF0-54C0A2E00F7D} EndGlobalSection EndGlobal