removed auto deploy

This commit is contained in:
2026-06-08 23:36:35 +02:00
parent ff3f4ea664
commit e7a948419d
2 changed files with 2 additions and 20 deletions
-18
View File
@@ -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
+2 -2
View File
@@ -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 {