updated theme and config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-03-02 10:32:38 +01:00
parent a573ce4312
commit cfd6e080e5
6 changed files with 343 additions and 5 deletions

View File

@@ -14,8 +14,8 @@ steps:
- name: build
image: klakegg/hugo:ext-ci
commands:
#- cd themes/hugo-resume # && npm i && cd -
- hugo --gc --minify --environment production
- cd themes/hugo-resume # && npm i && cd -
#- hugo --gc --minify --environment production
- name: deploy
image: appleboy/drone-scp
@@ -25,8 +25,10 @@ steps:
- /var/www/html/nicktrimborn.de/public_html/
source:
- public/*
username: "root"
password: "R*Hc96Wb@v"
username:
from_secret: webserver_username
password:
from_secret: webserver_password
trigger:
event: