File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
az-fnapp-deploy :
8
8
name : " Azure: Build & Deploy Function App"
9
- runs-on : ubuntu-latest
9
+ runs-on : [self-hosted, dev]
10
10
environment : dev
11
11
env :
12
12
AZURE_FUNCTIONAPP_NAME : ${{ vars.AZURE_FUNCTIONAPP_NAME }}
13
13
AZURE_FUNCTIONAPP_PACKAGE_PATH : ${{ vars.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
14
+ AZURE_FUNCTIONAPP_PUBLISH_PROFILE : ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}
14
15
PYTHON_VERSION : ${{ vars.PYTHON_VERSION }}
15
16
steps :
16
17
- name : Checkout repository
36
37
with :
37
38
app-name : ${{ env.AZURE_FUNCTIONAPP_NAME }}
38
39
package : ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
39
- publish-profile : ${{ secrets .AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}
40
+ publish-profile : ${{ env .AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}
40
41
scm-do-build-during-deployment : true
41
42
enable-oryx-build : true
You can’t perform that action at this time.
0 commit comments