Compare commits

...

2 commits

Author SHA1 Message Date
Kazhnuz
d8a3c4f874 feat: add drone config
Some checks failed
continuous-integration/drone Build is failing
2023-11-08 14:19:28 +01:00
Kazhnuz
7275e204f4 feat: bold header 2023-11-08 14:19:15 +01:00
2 changed files with 27 additions and 0 deletions

26
.drone.yml Normal file
View file

@ -0,0 +1,26 @@
kind: pipeline
name: production
when:
event: [ push ]
branch: [ main ]
clone:
git:
image: plugins/git
pull: true
steps:
- name: deploy
image: drillster/drone-rsync
settings:
hosts:
from_secret: deploy_host
target: /var/www/press.fanstuff.garden
source: /*
user:
from_secret: deploy_user
key:
from_secret: deploy_key
when:
branch: main
delete: true

View file

@ -114,6 +114,7 @@ nav a {
text-decoration: none;
margin-left: 0.2rem;
margin-right: 0.2rem;
font-weight: bold;
}
nav a:hover {