updated config
continuous-integration/drone Build is passing Details

This commit is contained in:
nick 2023-02-27 13:28:12 +00:00
parent 3d6c08d73e
commit f2aae84f59
2 changed files with 5 additions and 7 deletions

View File

@ -18,13 +18,11 @@ steps:
- name: deploy
image: appleboy/drone-scp
settings:
host: "10.0.2.1"
target: /mnt/volume1/shares/www/richard-dern.fr/www/
host: "217.160.46.175"
target: /var/wwww/html/nicktrimborn.de/public_html/
source: public/*
username:
from_secret: ssh_user
password:
from_secret: ssh_password
username: "root"
password: "R*Hc96Wb@v"
trigger:
branch:

View File

@ -1,4 +1,4 @@
baseURL = "http://example.org/"
baseURL = "http://nicktrimborn.de/"
languageCode = "en-us"
title = "My New Hugo Site"
theme = 'ananke'