Compare commits

..

No commits in common. "d8a3c4f874eea92e2bd50af3db4e52a2778e2ab0" and "8ed27367a82ee95d1f1dd0a5b526aa69d063ecef" have entirely different histories.

2 changed files with 0 additions and 27 deletions

View file

@ -1,26 +0,0 @@
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,7 +114,6 @@ nav a {
text-decoration: none; text-decoration: none;
margin-left: 0.2rem; margin-left: 0.2rem;
margin-right: 0.2rem; margin-right: 0.2rem;
font-weight: bold;
} }
nav a:hover { nav a:hover {