From c011a5424f0fde0d8cf01d0c90f8f4d3152ea1cf Mon Sep 17 00:00:00 2001 From: "Godwin peter. O" Date: Sun, 10 Nov 2024 09:17:14 +0100 Subject: [PATCH] update git action proect source --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 661a3b7..b5f77af 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,8 +10,8 @@ permissions: repository-projects: write env: - PROJECT_SRC: apps/app.internal - BUILD_FOLDER: apps/app.internal/.output/public + PROJECT_SRC: internal + BUILD_FOLDER: internal/.output/public jobs: build: