From c78d2023468df3aa4d48916293bbae08c032383f Mon Sep 17 00:00:00 2001 From: KelvinTegelaar <49186168+KelvinTegelaar@users.noreply.github.com> Date: Fri, 27 Dec 2024 18:00:22 +0100 Subject: [PATCH] Remove the Azure App Service build and deployment workflow config --- .../workflows/interface-rewrite_cippt4ytd.yml | 30 ------------------- 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/interface-rewrite_cippt4ytd.yml diff --git a/.github/workflows/interface-rewrite_cippt4ytd.yml b/.github/workflows/interface-rewrite_cippt4ytd.yml deleted file mode 100644 index ae51ea421285..000000000000 --- a/.github/workflows/interface-rewrite_cippt4ytd.yml +++ /dev/null @@ -1,30 +0,0 @@ -# Docs for the Azure Web Apps Deploy action: https://github.com/azure/functions-action -# More GitHub Actions for Azure: https://github.com/Azure/actions - -name: Build and deploy Powershell project to Azure Function App - cippt4ytd - -on: - push: - branches: - - interface-rewrite - workflow_dispatch: - -env: - AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root - -jobs: - deploy: - runs-on: windows-latest - - steps: - - name: 'Checkout GitHub Action' - uses: actions/checkout@v4 - - - name: 'Run Azure Functions Action' - uses: Azure/functions-action@v1 - id: fa - with: - app-name: 'cippt4ytd' - slot-name: 'Production' - package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }} - publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_0CC86EE4038346AC8F9E168FFA6E63FD }} \ No newline at end of file