Skip to content

Commit 7a55db9

Browse files
authored
Merge branch 'main' into feat-param-workflow
2 parents 6fd2efc + 716f20d commit 7a55db9

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.github/workflows/build_deploy_controller_function.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Deploy Controller Function to Azure
2-
run-name: Deploy Controller Function to Azure
1+
name: Build and deploy Controller Function
2+
run-name: Build and deploy Controller Function
33

44
on:
55
push:
@@ -21,6 +21,7 @@ env:
2121
AZURE_FUNCTIONAPP_PACKAGE_PATH: './github-runner-controller-function' # working-directory already set to this
2222
PYTHON_VERSION: '3.11'
2323

24+
2425
jobs:
2526
build-and-deploy:
2627
runs-on: ubuntu-latest

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ logs/
5959
tmp/
6060
temp/
6161
.tmp/
62+

create-azure-infra/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ resource "azurerm_linux_function_app" "gha_runner_controller_function_app" {
8383
# "WEBSITE_RUN_FROM_PACKAGE" = 1
8484
"SCM_DO_BUILD_DURING_DEPLOYMENT" = true
8585
"ENABLE_ORYX_BUILD" = true
86+
8687
}
8788

8889
#zip_deploy_file = "./gha-runner-controller.zip"

github-runner-controller-function/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ azure-containerregistry>=1.2.0
1111
azure-mgmt-containerinstance>=10.1.0
1212
azure-mgmt-containerregistry>=10.3.0
1313
azure-mgmt-core>=1.5.0
14+

0 commit comments

Comments
 (0)