Skip to content

Commit

Permalink
Add or update the Azure App Service build and deployment workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoJUICT committed Dec 11, 2023
1 parent ddfa459 commit ce782cf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/master_cippvsnav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@ env:
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root

jobs:
build-and-deploy:
deploy:
runs-on: windows-latest

steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@v2

uses: actions/checkout@v4
- name: 'Run Azure Functions Action'
uses: Azure/functions-action@v1
id: fa
with:
app-name: 'cippvsnav'
slot-name: 'Production'
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_FC54A42BE3AD4C0594D8EAECA90DC504 }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_54D2E48CCDE54A3CA89177323E30AF92 }}

0 comments on commit ce782cf

Please sign in to comment.