adfj
This commit is contained in:
parent
94044bf94e
commit
ce838ada2c
2
Makefile
2
Makefile
@ -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!"
|
||||||
|
|||||||
@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user