From d3a7a976c8c73eafb08847453b936a3d047b6d8d Mon Sep 17 00:00:00 2001 From: Jairo Matos Da Rocha Date: Wed, 25 Sep 2024 15:53:37 -0300 Subject: [PATCH] up --- .github/workflows/prod.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 33e795a..82f469e 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -60,20 +60,7 @@ jobs: - name: Create version.json run: echo "{\"commitId\":\"$LAST_COMMIT_HASH\"}" > version.json - - - name: Configurar Node.js - uses: actions/setup-node@v2 - with: - node-version: '16.4.2' - - - name: Build Server and client - run: | - npm set progress=false - cd ${{ github.workspace }}/src/server && npm install - cd ${{ github.workspace }}/src/client && npm install - npm install -g @angular/cli@12.2.16 - cd ${{ github.workspace }}/src/client && ng build --stats-json --source-map=false --no-progress - + - name: Build Docker run: | docker build -t lapig/$application_name:${DOCKER_PATH}_${LAST_COMMIT_HASH} -t lapig/$application_name:${DOCKER_PATH}_latest -f docker/$DOCKER_PATH/Dockerfile . --no-cache