diff --git a/.github/workflows/new-file-upload-system_forestgeo-livesite.yml b/.github/workflows/new-file-upload-system_forestgeo-livesite.yml index 6356c132..d4c89e45 100644 --- a/.github/workflows/new-file-upload-system_forestgeo-livesite.yml +++ b/.github/workflows/new-file-upload-system_forestgeo-livesite.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: jobs: - build: + build-and-deploy: runs-on: ubuntu-latest steps: @@ -54,8 +54,8 @@ jobs: npm run build --if-present npm run test --if-present - - name: Zip all files for upload between jobs - run: zip next.zip ./frontend/* ./frontend/next ./frontend/.env -qr + - name: Zip artifact for deployment + run: zip next.zip ./* .next .env -qr - name: 'Deploy to Azure Web App' id: deploy-to-webapp