Skip to content

Commit 18b1e54

Browse files
committed
testing deployment13
1 parent 2d43aff commit 18b1e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD-azure-functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
AZURE_FUNCTIONAPP_NAME: AutomaticClockOuts # set this to your application's name
12-
AZURE_FUNCTIONAPP_PACKAGE_PATH: '../AutomaticClockOuts' # set this to the path to your web app project, defaults to the repository root
12+
AZURE_FUNCTIONAPP_PACKAGE_PATH: './AutomaticClockOuts' # set this to the path to your web app project, defaults to the repository root
1313

1414
jobs:
1515
build-and-deploy:

0 commit comments

Comments
 (0)