From 803f16eda4c7a78020600305073da3d7d8e96c59 Mon Sep 17 00:00:00 2001 From: siddheshraze <81591724+siddheshraze@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:00:52 -0500 Subject: [PATCH] specifying frontend directory for packaging in workflow --- .github/workflows/new-file-upload-system_forestgeo-livesite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new-file-upload-system_forestgeo-livesite.yml b/.github/workflows/new-file-upload-system_forestgeo-livesite.yml index 744b24f9..9be0c37b 100644 --- a/.github/workflows/new-file-upload-system_forestgeo-livesite.yml +++ b/.github/workflows/new-file-upload-system_forestgeo-livesite.yml @@ -56,7 +56,7 @@ jobs: npm run test --if-present - name: Zip artifact for deployment - run: zip next.zip ./* .next .env -qr + run: zip next.zip ./frontend/* ./frontend/.next ./frontend/.env -qr - name: 'Deploy to Azure Web App' id: deploy-to-webapp