fix
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user