Skip to content

Commit

Permalink
GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
algapster committed Jun 18, 2024
1 parent c39c833 commit 4a30ca3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/azure-functions-app-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,14 @@ jobs:
publish-profile: ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE_PHARMA }} # Remove publish-profile to use Azure RBAC
scm-do-build-during-deployment: true
enable-oryx-build: true

- name: 'Run Azure Functions Action Alamar'
if: ${{ github.ref == 'refs/heads/syphon_alamar_prod' }}
uses: Azure/functions-action@v1
id: fa-alamar
with:
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME_ALAMAR }}
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
publish-profile: ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE_ALAMAR }} # Remove publish-profile to use Azure RBAC
scm-do-build-during-deployment: true
enable-oryx-build: true

0 comments on commit 4a30ca3

Please sign in to comment.