deploying
This commit is contained in:
parent
0f212b6ff5
commit
0c9882dd60
2
Makefile
2
Makefile
@ -10,6 +10,8 @@ server:
|
||||
|
||||
deploy:
|
||||
@echo "📤 Pushing production to gitea..."
|
||||
git add .
|
||||
git commit -m "deploying"
|
||||
git push origin production
|
||||
ssh $(VPS_USER)@$(VPS_HOST) -p $(SSH_PORT) "cd $(VPS_PATH) && git checkout production && git pull origin production"
|
||||
@echo "✅ Deployment done!"
|
||||
|
||||
@ -131,6 +131,14 @@ ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
ul .repo-list {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
gap: 1em;
|
||||
flex-flow: row;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
footer a {
|
||||
text-decoration: none;
|
||||
color: var(--primary-color);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user