Skip to content

Merge branch 'KelvinTegelaar:master' into master #33

Merge branch 'KelvinTegelaar:master' into master

Merge branch 'KelvinTegelaar:master' into master #33

name: Build and deploy Powershell project to Azure Function App - cippn36aw
on:
push:
branches:
- master
workflow_dispatch:
env:
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
jobs:
build-and-deploy:
runs-on: windows-latest
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@v2
- name: 'Run Azure Functions Action'
uses: Azure/functions-action@v1
id: fa
with:
app-name: 'cippn36aw'
slot-name: 'Production'
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_7DC1D1FCB49644BFA3B2301AF612F291 }}