diff --git a/.gitea/workflows/deployProd.yml b/.gitea/workflows/deployProd.yml index 1a1bd35..4acdeb8 100644 --- a/.gitea/workflows/deployProd.yml +++ b/.gitea/workflows/deployProd.yml @@ -17,7 +17,7 @@ jobs: REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }} DeployService: runs-on: [frontprod] - needs: CreateImage + #needs: CreateImage uses: https://gitea.pena/PenaDevops/actions.git/.gitea/workflows/deploy.yml@v1.1.4-p7 with: runner: frontprod diff --git a/Containerfile b/Containerfile index f2ee33b..49a1acb 100644 --- a/Containerfile +++ b/Containerfile @@ -4,7 +4,7 @@ WORKDIR /usr/app COPY . . RUN npm install --force && yarn cache clean -RUN /usr/local/bin/psstat.sh "npm run build" +RUN npm run build FROM gitea.pena/penadevops/container-images/nginx:main as result diff --git a/deployments/main/docker-compose.yaml b/deployments/main/docker-compose.yaml index a879304..228ad07 100644 --- a/deployments/main/docker-compose.yaml +++ b/deployments/main/docker-compose.yaml @@ -1,7 +1,7 @@ services: admin_front: restart: unless-stopped - image: gitea.pena/penaside/adminfront/main:$GITHUB_RUN_NUMBER + image: gitea.pena/penaside/adminfront/main:1102 hostname: admin ports: - 10.8.0.131:80:80