Add: gitea workflow, favicon
Deploy con Podman / deploy (push) Failing after 7m48s

This commit is contained in:
2026-06-02 13:56:29 -05:00
parent 9857cb35c4
commit 3a944b359a
3 changed files with 18 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
name: Deploy con Podman
on:
push:
branches:
- master # Se ejecuta automáticamente al hacer push a la rama main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Descargar código del repositorio
uses: actions/checkout@v4
- name: Construir y levantar contenedores
run: |
# Reconstruye las imágenes si hubo cambios en el Dockerfile y levanta en segundo plano
podman build -t landing-cirux:latest .