diff --git a/.drone.yml b/.drone.yml index 43ff933..631be70 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: diff --git a/config.toml b/config.toml index fbf3bf0..80ec953 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://example.org/" +baseURL = "http://nicktrimborn.de/" languageCode = "en-us" title = "My New Hugo Site" theme = 'ananke'