Va
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./Backend/GestionIntegral.Api/Dockerfile
|
file: ./Backend/GestionIntegral.Api/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: gitea:5000/${{ gitea.repository }}/api:latest
|
tags: ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/api:latest
|
||||||
|
|
||||||
- name: Construir y Subir Frontend
|
- name: Construir y Subir Frontend
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
context: ./Frontend
|
context: ./Frontend
|
||||||
file: ./Frontend/Dockerfile
|
file: ./Frontend/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: gitea:5000/${{ gitea.repository }}/frontend:latest
|
tags: ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/frontend:latest
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
name: Desplegar a Producción
|
name: Desplegar a Producción
|
||||||
|
|||||||
Reference in New Issue
Block a user