This commit is contained in:
fatmeat 2025-05-22 21:54:33 +02:00
parent 94044bf94e
commit ce838ada2c
2 changed files with 2 additions and 5 deletions

View File

@ -10,6 +10,6 @@ server:
deploy: deploy:
@echo "📤 Pushing production to gitea..." @echo "📤 Pushing production to gitea..."
git push gitea production git push origin production
ssh $(VPS_USER)@$(VPS_HOST) -p $(SSH_PORT) "cd $(VPS_PATH) && git checkout production && git pull origin production" ssh $(VPS_USER)@$(VPS_HOST) -p $(SSH_PORT) "cd $(VPS_PATH) && git checkout production && git pull origin production"
@echo "✅ Deployment done!" @echo "✅ Deployment done!"

View File

@ -110,11 +110,8 @@ footer {
text-align: center; text-align: center;
} }
footer a { a {
text-decoration: none; text-decoration: none;
color: var(--primary-color); color: var(--primary-color);
/*padding: 0.5rem 1rem;*/
/*border: 1px solid var(--primary-color);
border-radius: 4px;*/
text-shadow: 0 0 3px var(--primary-color); text-shadow: 0 0 3px var(--primary-color);
} }