From e7a948419dbbb3627104bdac2691a7141c479db2 Mon Sep 17 00:00:00 2001 From: xdwarf Date: Mon, 8 Jun 2026 23:36:35 +0200 Subject: [PATCH] removed auto deploy --- .gitea/workflows/deploy.yml | 18 ------------------ index.html | 4 ++-- 2 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 .gitea/workflows/deploy.yml diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml deleted file mode 100644 index 580d544..0000000 --- a/.gitea/workflows/deploy.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Deploy mael-landing - -on: - push: - branches: - - master - -jobs: - deploy: - runs-on: self-hosted - steps: - - name: Pull and restart - run: | - git config --global --add safe.directory /home/mads/mael-landing - cd /home/mads/mael-landing - git remote set-url origin http://gitea:3000/Mads/mael-landing.git - git pull origin master - docker compose -f /home/mads/mael-landing/docker-compose.yml restart \ No newline at end of file diff --git a/index.html b/index.html index eb48739..65432e9 100644 --- a/index.html +++ b/index.html @@ -88,7 +88,7 @@ } /* === DECORATIVE TOP LINE === */ - /*.top-ornament { + .top-ornament { display: flex; align-items: center; gap: 1rem; @@ -111,7 +111,7 @@ height: 6px; background: var(--gold); transform: rotate(45deg); - }*/ + } /* === HERO === */ .hero {