Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
testing deployment13
  • Loading branch information
enriquezrene committed Nov 25, 2020
commit 18b1e54f477002333cd997a9d2687fc309d95322
2 changes: 1 addition & 1 deletion .github/workflows/CD-azure-functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

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

jobs:
build-and-deploy:
Expand Down