Skip to content

Commit 47f8dfc

Browse files
authored
Merge pull request #27 from ioet/testing13
testing deployment13
2 parents 4afd57d + 18b1e54 commit 47f8dfc

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)