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 .
+1
View File
@@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cirux - Automatiza la Atención a tus Pacientes</title>
<link rel="icon" type="image/png" href="media/favicon.png">
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB