Skip to content

Commit

Permalink
Merge pull request #64 from KelvinTegelaar/dev
Browse files Browse the repository at this point in the history
[pull] dev from KelvinTegelaar:dev
  • Loading branch information
BNWEIN authored Apr 18, 2024
2 parents fee3789 + f01a041 commit 6492446
Show file tree
Hide file tree
Showing 27 changed files with 593 additions and 483 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/dev_cippeln4y.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 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 - cippeln4y

on:
push:
branches:
- dev
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: 'cippeln4y'
slot-name: 'Production'
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_B82C66E0F3BD4BDD9FFFB32FA83A68C9 }}
9 changes: 0 additions & 9 deletions DomainAnalyser_All/function.json

This file was deleted.

245 changes: 0 additions & 245 deletions DomainAnalyser_All/run.ps1

This file was deleted.

9 changes: 0 additions & 9 deletions DomainAnalyser_GetTenantDomains/function.json

This file was deleted.

96 changes: 0 additions & 96 deletions DomainAnalyser_GetTenantDomains/run.ps1

This file was deleted.

Loading

0 comments on commit 6492446

Please sign in to comment.