updated config
continuous-integration/drone Build is passing
Details
continuous-integration/drone Build is passing
Details
This commit is contained in:
parent
3d6c08d73e
commit
f2aae84f59
10
.drone.yml
10
.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:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
baseURL = "http://example.org/"
|
||||
baseURL = "http://nicktrimborn.de/"
|
||||
languageCode = "en-us"
|
||||
title = "My New Hugo Site"
|
||||
theme = 'ananke'
|
||||
|
|
Loading…
Reference in New Issue