Skip to content

Commit 54d488d

Browse files
committed
fix: update infrastructure project path in build and deploy workflow
1 parent cfe50d5 commit 54d488d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
SOLUTION_PATH: "FrontierFinds.sln"
1414
API_PROJECT_PATH: "./Source/Ecommerce.Api"
1515
PUBLISH_DIR: "./publish"
16-
INFRASTRUCTURE_PROJECT_PATH:
16+
INFRASTRUCTURE_PROJECT_PATH: "./Source/Ecommerce.Infrastructure"
1717

1818
jobs:
1919
build-and-test:

0 commit comments

Comments
 (0)