fix
Some checks failed
build-and-deploy / build (push) Successful in 25s
build-and-deploy / deploy (push) Failing after 16s

This commit is contained in:
2025-09-26 20:04:43 -06:00
parent 0d468bc921
commit a4f7774631
2 changed files with 5 additions and 6 deletions

View File

@@ -19,11 +19,11 @@ jobs:
username: nucleo000 username: nucleo000
password: 7bc7b2fcd283bd6a251bef3ede368b7f897c919d password: 7bc7b2fcd283bd6a251bef3ede368b7f897c919d
- name: Build+push radiusNucleo - name: Build+push radiusnucleo
run: | run: |
docker build -t $REG/radiusNucleo:${{ github.sha }} -t $REG/radiusNucleo:latest ./node-api docker build -t $REG/radiusnucleo:${{ github.sha }} -t $REG/radiusnucleo:latest ./node-api
docker push $REG/radiusNucleo:${{ github.sha }} docker push $REG/radiusnucleo:${{ github.sha }}
docker push $REG/radiusNucleo:latest docker push $REG/radiusnucleo:latest
#───────────────── deploy ───────────────── #───────────────── deploy ─────────────────
deploy: deploy:
@@ -51,4 +51,3 @@ jobs:
- name: Update stack - name: Update stack
run: docker compose --project-name radiusNucleo up -d --remove-orphans --wait run: docker compose --project-name radiusNucleo up -d --remove-orphans --wait

View File

@@ -3,7 +3,7 @@ version: "3.9"
services: services:
node: node:
build: ./node-api build: ./node-api
image: gitea.nucleoriofrio.com/nucleo000/radiusNucleo:latest image: gitea.nucleoriofrio.com/nucleo000/radiusnucleo:latest
ports: ports:
- "3000:3000" - "3000:3000"
environment: environment: