removed auto deploy
This commit is contained in:
@@ -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
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user