Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update workflow.yml #25

Closed
wants to merge 4 commits into from
Closed
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
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
- main

env:
AZURE_WEBAPP_NAME: "<Name of your webapp>" # set this to your application's name
LOAD_TEST_RESOURCE: "<Name of your load test resource>"
LOAD_TEST_RESOURCE_GROUP: "<Name of your load test resource group>"
AZURE_WEBAPP_NAME: "epam-azure-function" # set this to your application's name
LOAD_TEST_RESOURCE: "epam-azure-loadtest"
LOAD_TEST_RESOURCE_GROUP: "epam-azure-function"
AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
NODE_VERSION: '14.15.1' # set this to the node version to use
LOCATION: "West US"
Expand Down