From 8bd163b6f65a3f99c05923794851b0a9159a3111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 5 May 2024 22:43:46 +0200 Subject: [PATCH] Update website_cd.yml --- .github/workflows/website_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website_cd.yml b/.github/workflows/website_cd.yml index a528e30e..b6cb4225 100644 --- a/.github/workflows/website_cd.yml +++ b/.github/workflows/website_cd.yml @@ -9,7 +9,7 @@ on: env: AZURE_WEBAPP_PACKAGE_PATH: src/web/Jordnaer/publish TESTS_DIRECTORY: tests/web/Jordnaer.Tests - AZURE_WEBAPP_NAME: jordnaer + AZURE_WEBAPP_NAME: jordnaer/staging WORKING_DIRECTORY: src/web/Jordnaer jobs: deploy: