From 70ea4b560e0f1a10f6194372ea19a2bceae9b79d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20Teixeira=20Gonz=C3=A1lez?= <91057639+Omitg24@users.noreply.github.com> Date: Wed, 3 May 2023 00:40:18 +0200 Subject: [PATCH] Update master_lomapes3a.yml --- .github/workflows/master_lomapes3a.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master_lomapes3a.yml b/.github/workflows/master_lomapes3a.yml index d59da3f..222bf26 100644 --- a/.github/workflows/master_lomapes3a.yml +++ b/.github/workflows/master_lomapes3a.yml @@ -25,14 +25,13 @@ jobs: run: | cd webapp npm install - npm run build --if-present - npm run start + npm run build --if-present - name: Upload artifact for deployment job uses: actions/upload-artifact@v2 with: name: node-app - path: . + path: ./webapp/build deploy: runs-on: ubuntu-latest