This commit is contained in:
@@ -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 .
|
||||
@@ -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
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
Reference in New Issue
Block a user