diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 0000000..15064c4 --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -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 . \ No newline at end of file diff --git a/index.html b/index.html index 5db25b4..7791e31 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@